mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Anche su /steam
This commit is contained in:
parent
f0d7969ce2
commit
9c6033c358
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ while(True):
|
|||
if(msg['text'] == "/steam"):
|
||||
sendMessage(unichr(9888) + " Non hai specificato uno SteamID o un username!", msg['chat']['id'], msg['from']['id'])
|
||||
else:
|
||||
#Royalbot sta scrivendo...
|
||||
setTyping('typing', msg['chat']['id'])
|
||||
#Controlla se la selezione è un username di telegram.
|
||||
if(msg['text'][7:] in steamids ):
|
||||
selezione = steamids[msg['text'][7:]]
|
||||
|
|
Loading…
Reference in a new issue