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:32:00 +02:00
parent 191ea7ee4e
commit 86d489a74d

View file

@ -272,6 +272,8 @@ while(True):
#Ringrazia una persona!
elif(msg['text'].startswith("/ty")):
if(msg['text'] == "/ty"):
selezione = tylist[msg['text'][4:].lower()]
setTyping('typing', msg['chat']['id'])
ty = readFile("ty/" + selezione + ".tyr")
sendMessage(chr(9888) + " Queste persone ti hanno mandato TY da approvare: " + ty, msg['chat']['id'], msg['from']['id'])
else: