mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
parent
86d489a74d
commit
148d221f54
1 changed files with 0 additions and 2 deletions
|
@ -272,8 +272,6 @@ while(True):
|
||||||
#Ringrazia una persona!
|
#Ringrazia una persona!
|
||||||
elif(msg['text'].startswith("/ty")):
|
elif(msg['text'].startswith("/ty")):
|
||||||
if(msg['text'] == "/ty"):
|
if(msg['text'] == "/ty"):
|
||||||
selezione = tylist[msg['text'][4:].lower()]
|
|
||||||
setTyping('typing', msg['chat']['id'])
|
|
||||||
ty = readFile("ty/" + selezione + ".tyr")
|
ty = readFile("ty/" + selezione + ".tyr")
|
||||||
sendMessage(chr(9888) + " Queste persone ti hanno mandato TY da approvare: " + ty, 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:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue