mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Tolto /saldi, tanto non lo usava nessuno
This commit is contained in:
parent
20bb8e8db0
commit
6a22dbd8ee
1 changed files with 0 additions and 19 deletions
19
bot.py
19
bot.py
|
@ -90,25 +90,6 @@ def ehoh():
|
||||||
telegram.sendmessage("Eh, oh. Sono cose che capitano. ¯\_(ツ)_/¯", sentin, source)
|
telegram.sendmessage("Eh, oh. Sono cose che capitano. ¯\_(ツ)_/¯", sentin, source)
|
||||||
|
|
||||||
|
|
||||||
def saldi():
|
|
||||||
print("@" + username + ": /saldi")
|
|
||||||
# Visualizza il link di isthereanydeal con i saldi di un gioco.
|
|
||||||
# Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.
|
|
||||||
telegram.sendchataction(sentin)
|
|
||||||
cmd = text.split(" ", 1)
|
|
||||||
if len(cmd) == 2:
|
|
||||||
telegram.sendmessage(
|
|
||||||
'Visualizza le offerte di '
|
|
||||||
'[' + cmd[1] + '](https://isthereanydeal.com/#/search:' + cmd[1].replace(' ', '%20') +
|
|
||||||
";/scroll:%23gamelist).", sentin, source)
|
|
||||||
else:
|
|
||||||
telegram.sendmessage(chr(9888) +
|
|
||||||
" Non hai specificato un gioco!"
|
|
||||||
"[Visualizza tutte le offerte]"
|
|
||||||
"(https://isthereanydeal.com/#/search:.;/scroll:%23gamelist).",
|
|
||||||
sentin, source)
|
|
||||||
|
|
||||||
|
|
||||||
def sbam():
|
def sbam():
|
||||||
print("@" + username + ": /sbam")
|
print("@" + username + ": /sbam")
|
||||||
# Manda l'audio contenente gli sbam di tutti i membri Royal Games.
|
# Manda l'audio contenente gli sbam di tutti i membri Royal Games.
|
||||||
|
|
Loading…
Reference in a new issue