mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
asd
This commit is contained in:
parent
191ea7ee4e
commit
86d489a74d
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue