mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Russi mi spammano.
This commit is contained in:
parent
93f55639c8
commit
6461a15068
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -16,7 +16,7 @@ while(True):
|
||||||
telegram.sendMessage("Eh, oh. Sono cose che capitano.", sby)
|
telegram.sendMessage("Eh, oh. Sono cose che capitano.", sby)
|
||||||
elif(cmd[0].startswith('/start')):
|
elif(cmd[0].startswith('/start')):
|
||||||
print('/start')
|
print('/start')
|
||||||
telegram.sendMessage("Ascolta, io mi starto quando mi pare. Anzi, quando @Steffo ha voglia di aprirmi.", sby)
|
telegram.sendMessage("Ascolta, io mi starto quando mi pare. Anzi, quando Steffo ha voglia di aprirmi.", sby)
|
||||||
elif(cmd[0].startswith('/playing')):
|
elif(cmd[0].startswith('/playing')):
|
||||||
print('/playing ...')
|
print('/playing ...')
|
||||||
if(len(cmd) >= 2):
|
if(len(cmd) >= 2):
|
||||||
|
@ -24,6 +24,7 @@ while(True):
|
||||||
if(n == None):
|
if(n == None):
|
||||||
telegram.sendMessage(chr(9888) + " L'app specificata non esiste!", sby)
|
telegram.sendMessage(chr(9888) + " L'app specificata non esiste!", sby)
|
||||||
else:
|
else:
|
||||||
|
if(cmd[1]
|
||||||
telegram.sendMessage("In questo momento, " + str(n) + " persone stanno giocando a [" + cmd[1] + "](https://steamdb.info/app/" + cmd[1] + "/graphs/)", sby)
|
telegram.sendMessage("In questo momento, " + str(n) + " persone stanno giocando a [" + cmd[1] + "](https://steamdb.info/app/" + cmd[1] + "/graphs/)", sby)
|
||||||
else:
|
else:
|
||||||
telegram.sendMessage(chr(9888) + " Non hai specificato un AppID!\nLa sintassi corretta è /playing <AppID>.", sby)
|
telegram.sendMessage(chr(9888) + " Non hai specificato un AppID!\nLa sintassi corretta è /playing <AppID>.", sby)
|
||||||
|
|
Loading…
Reference in a new issue