Fix bot insults ratio
This commit is contained in:
@@ -447,7 +447,7 @@ class FlanaBot(MultiBot, ABC):
|
|||||||
(
|
(
|
||||||
message.chat.config['auto_insult']
|
message.chat.config['auto_insult']
|
||||||
and
|
and
|
||||||
random.random() < 0.5
|
random.random() < constants.INSULTS
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user