From cec02dc3e827a1330dade26a1e3184f4638ec8a1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 7 Aug 2015 17:03:37 +0200 Subject: [PATCH] Ehh? --- royalbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index 9ab15b4a..22e05e88 100644 --- a/royalbot.py +++ b/royalbot.py @@ -97,4 +97,4 @@ while(True): text = "Disponibile per scambiare" elif(online == 6): text = "Disponibile per giocare" - sendMessage(name + " รจ " + text + ".") \ No newline at end of file + sendMessage(name + " e' " + text + ".", msg['chat']['id']) \ No newline at end of file