More stupidity

This commit is contained in:
José Carlos Cuevas 2017-05-18 23:43:40 +02:00
parent 5d9b486539
commit 71ca037629

View file

@ -56,7 +56,7 @@ def randomchat(bot, update):
reply = statement.text
if "te rieh" in msg or random.randint(0, 100) < 5:
if "te rieh" in reply.text:
if "te rieh" in reply:
reply = reply.replace("te rieh", user_name)
else: