diff --git a/buttsbot.py b/buttsbot.py index 7ba45d0..0cc4f7d 100644 --- a/buttsbot.py +++ b/buttsbot.py @@ -38,7 +38,7 @@ def on_ready(): def on_message(message): if message.author == client.user: return - if client.user.mentioned_in(message) or random.randint(0,50) >= 40: + if client.user.mentioned_in(message) or random.randint(0,100) >= 60: words = message.content.split() relpacenum = random.randint(1,5) replacedwords = 0