From 7e0a72b63b00cca47fce8a9f90eea6c370687f28 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Wed, 2 Aug 2017 20:00:30 -0400 Subject: [PATCH] Nerfed the rate it activate --- buttsbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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