mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Migliorato il codice di roll
This commit is contained in:
parent
c6bec79aca
commit
ffad6ec91a
1 changed files with 3 additions and 2 deletions
5
bot.py
5
bot.py
|
@ -258,12 +258,12 @@ def roll():
|
|||
cmd = text.split(' ', 1)
|
||||
# Se è stato specificato un numero
|
||||
if len(cmd) >= 2:
|
||||
if cmd[1] == "tm":
|
||||
telegram.sendmessage("TM è così grassa che se la lanci rotola!", sentin, source)
|
||||
# Controlla che sia convertibile in un intero.
|
||||
try:
|
||||
m = int(cmd[1])
|
||||
except ValueError:
|
||||
if cmd[1] == "tm":
|
||||
telegram.sendmessage("TM è così grassa che se la lanci rotola!", sentin, source)
|
||||
else:
|
||||
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
|
||||
return
|
||||
|
@ -471,6 +471,7 @@ def ciaospaggia():
|
|||
print("@" + username + ": /ciaospaggia")
|
||||
telegram.sendmessage("Ma buongiorno, [Stellina](https://telegram.me/doom_darth_vader)!")
|
||||
|
||||
|
||||
def smecds():
|
||||
# Secondo me, è colpa...
|
||||
print("@" + username + ": /smecds")
|
||||
|
|
Loading…
Reference in a new issue