1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2015-09-21 16:27:03 +02:00
parent fdb28e0363
commit 191ea7ee4e

View file

@ -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):