diff --git a/buttsbot.py b/buttsbot.py index 0cc4f7d..4f8c71c 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,100) >= 60: + if client.user.mentioned_in(message) or random.randint(0,100) >= 85: words = message.content.split() relpacenum = random.randint(1,5) replacedwords = 0