Actually nerfed, for real this time.
parent
e6e9845ccf
commit
3406891a2f
|
@ -38,7 +38,7 @@ def on_ready():
|
||||||
def on_message(message):
|
def on_message(message):
|
||||||
if message.author == client.user:
|
if message.author == client.user:
|
||||||
return
|
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()
|
words = message.content.split()
|
||||||
relpacenum = random.randint(1,5)
|
relpacenum = random.randint(1,5)
|
||||||
replacedwords = 0
|
replacedwords = 0
|
||||||
|
|
Loading…
Reference in New Issue