1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Altro controllo errori

This commit is contained in:
Steffo 2016-01-27 15:45:41 +01:00
parent f12b0e1b37
commit f29044dbf3

8
bot.py
View file

@ -303,8 +303,12 @@ while True:
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin)
else:
m = 100
n = random.randrange(m) + 1
telegram.sendmessage("Numero casuale da 1 a " + str(m) + ":\n*" + str(n) + "*", sentin)
try:
n = random.randrange(m) + 1
except ValueError:
telegram.sendmessage(chr(9888) + " Il numero specificato non è maggiore o uguale a 0.", sentin)
else:
telegram.sendmessage("Numero casuale da 1 a " + str(m) + ":\n*" + str(n) + "*", sentin)
elif text.startswith('/automah'):
print("@" + username + ": /automah")
# TODO: Mettere l'audio di Tobia