mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
bugfix
This commit is contained in:
parent
a5b2dca9a3
commit
fbf034d52b
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue