mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
i forget things
This commit is contained in:
parent
819f44836a
commit
f12b0e1b37
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -300,7 +300,7 @@ while True:
|
|||
try:
|
||||
m = int(cmd[1])
|
||||
except ValueError:
|
||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.")
|
||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin)
|
||||
else:
|
||||
m = 100
|
||||
n = random.randrange(m) + 1
|
||||
|
|
Loading…
Reference in a new issue