Made Eliza part of the bot recover her voice
This commit is contained in:
parent
9ace3da9a6
commit
0803ce8fdb
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -66,7 +66,7 @@ def randomchat(bot, update):
|
|||
else:
|
||||
reply = user_name + ": " + reply
|
||||
|
||||
bot.sendMessage(update.message.chat_id, text=reply)
|
||||
bot.sendMessage(update.message.chat_id, text=reply)
|
||||
|
||||
else:
|
||||
# Si no, aprende, en silencio
|
||||
|
|
Loading…
Reference in a new issue