mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
ops
This commit is contained in:
parent
ffad6ec91a
commit
4de47d2d37
1 changed files with 3 additions and 2 deletions
5
bot.py
5
bot.py
|
@ -20,6 +20,8 @@ random.seed()
|
||||||
# Livello di balurage dall'ultimo riavvio
|
# Livello di balurage dall'ultimo riavvio
|
||||||
ragelevel = 0
|
ragelevel = 0
|
||||||
|
|
||||||
|
# Pepperoni secret
|
||||||
|
secretlevel = 0
|
||||||
|
|
||||||
# Spostiamo qui le funzioni del bot, così è un po' più leggibile
|
# Spostiamo qui le funzioni del bot, così è un po' più leggibile
|
||||||
def wow():
|
def wow():
|
||||||
|
@ -264,8 +266,7 @@ def roll():
|
||||||
try:
|
try:
|
||||||
m = int(cmd[1])
|
m = int(cmd[1])
|
||||||
except ValueError:
|
except ValueError:
|
||||||
else:
|
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
|
||||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
|
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
# Imposta il numero massimo a 100.
|
# Imposta il numero massimo a 100.
|
||||||
|
|
Loading…
Reference in a new issue