From 3406891a2f7b336407134eaa495598e9b7389279 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Wed, 2 Aug 2017 20:43:43 -0400 Subject: [PATCH] Actually nerfed, for real this time. --- buttsbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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