1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Visualizza elenco audio se specificato non esiste

This commit is contained in:
Steffo 2016-03-03 14:52:32 +01:00
parent 974f9b2567
commit 78e95fcbe9

9
bot.py
View file

@ -242,8 +242,13 @@ while True:
elif text.startswith('/audio'):
print("@" + username + ": /audio")
cmd = text.split(" ", 1)
sendme = audiolist[cmd[1]]
telegram.senddocument(sendme, sentin)
if cmd[1] in audiolist:
sendme = audiolist[cmd[1]]
else:
sendme = chr(9888) + " L'audio richiesto non esiste!\n*Audio disponibili*:\n"
for audio in audiolist:
sendme += audio + "\n"
telegram.sendmessage(sendme, sentin)
elif text.startswith('/sbam'):
print("@" + username + ": /sbam")
# Manda l'audio contenente gli sbam di tutti i membri Royal Games.