Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20fb6e3223 |
@@ -447,7 +447,7 @@ class FlanaBot(MultiBot, ABC):
|
||||
(
|
||||
message.chat.config['auto_insult']
|
||||
and
|
||||
random.random() < 0.5
|
||||
random.random() < constants.INSULTS
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user