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