diff --git a/botbotbot/__main__.py b/botbotbot/__main__.py index b0cc9b4..c553003 100644 --- a/botbotbot/__main__.py +++ b/botbotbot/__main__.py @@ -89,7 +89,7 @@ async def on_message(message): await random.choice((reply, react))(message) return - probas = [10, 2, 20] + probas = [10, 5, 10] func = random.choices( (reply, ai_reply, react, None), weights=probas + [100 - sum(probas)]