mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Opsie
This commit is contained in:
parent
0620580475
commit
3ffdf8f89b
2 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ while(True):
|
||||||
else:
|
else:
|
||||||
#Controlla se la selezione è un username di telegram.
|
#Controlla se la selezione è un username di telegram.
|
||||||
if(msg['text'][4:].lower() in tylist):
|
if(msg['text'][4:].lower() in tylist):
|
||||||
selezione = osuids[msg['text'][5:].lower()]
|
selezione = tylist[msg['text'][5:].lower()]
|
||||||
setTyping('typing', msg['chat']['id'])
|
setTyping('typing', msg['chat']['id'])
|
||||||
ty = readFile("ty/" + selezione + ".tyr")
|
ty = readFile("ty/" + selezione + ".tyr")
|
||||||
writeFile("ty/" + selezione + ".tyr", ty + 1)
|
writeFile("ty/" + selezione + ".tyr", ty + 1)
|
||||||
|
|
0
ty/Steffo.tyr
Normal file
0
ty/Steffo.tyr
Normal file
Loading…
Reference in a new issue