1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2016-08-24 08:43:26 +02:00
parent a5b2dca9a3
commit fbf034d52b

1
bot.py
View file

@ -264,6 +264,7 @@ def roll():
m = int(cmd[1])
except ValueError:
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
return
else:
# Imposta il numero massimo a 100.
m = 100