More stupidity
This commit is contained in:
parent
5d9b486539
commit
71ca037629
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue