Actually nerfed, for real this time.

master
pocketjawa 2017-08-02 20:43:43 -04:00
parent e6e9845ccf
commit 3406891a2f
1 changed files with 1 additions and 1 deletions

View File

@ -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