mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Whoops.
This commit is contained in:
parent
e0072abc3f
commit
06c1a3ecde
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -15,7 +15,7 @@ while(True):
|
|||
elif(cmd[0].startswith('/start')):
|
||||
telegram.sendMessage("Ascolta, io mi starto quando mi pare. Anzi, quando @Steffo ha voglia di aprirmi.", sby)
|
||||
elif(cmd[0].startswith('/playing')):
|
||||
if(len(cmd) >= 1):
|
||||
if(len(cmd) >= 2):
|
||||
n = steam.getNumberOfCurrentPlayers(cmd[1])
|
||||
if(n == None):
|
||||
telegram.sendMessage(chr(9888) + " L'app specificata non esiste!", sby)
|
||||
|
|
Loading…
Reference in a new issue