From 191ea7ee4e1cfeca7841a8e1871c2cdbc45f4ca7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 21 Sep 2015 16:27:03 +0200 Subject: [PATCH] ty --- royalbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index 4474e765..06ec3541 100644 --- a/royalbot.py +++ b/royalbot.py @@ -273,7 +273,7 @@ while(True): elif(msg['text'].startswith("/ty")): if(msg['text'] == "/ty"): ty = readFile("ty/" + selezione + ".tyr") - sendMessage(chr(9888) + " Queste persone ti hanno mandato TY da approvare: " + , msg['chat']['id'], msg['from']['id']) + sendMessage(chr(9888) + " Queste persone ti hanno mandato TY da approvare: " + ty, msg['chat']['id'], msg['from']['id']) else: #Controlla se la selezione รจ un username di telegram. if(msg['text'][4:].lower() in tylist):