From 0803ce8fdb453f3c303e4732e0f9b28b155d69e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Mon, 22 May 2017 09:10:23 +0200 Subject: [PATCH] Made Eliza part of the bot recover her voice --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a219226..0fcaa0b 100644 --- a/main.py +++ b/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