1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Magari gli audio mandali come file.

This commit is contained in:
Steffo 2016-03-03 14:56:45 +01:00
parent 78e95fcbe9
commit a6a379a946

3
bot.py
View file

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