mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-30 15:04:18 +00:00
Automaaaaaaaaaaa!
This commit is contained in:
parent
855fcaf8ac
commit
ff7a5d87a0
1 changed files with 3 additions and 2 deletions
5
bot.py
5
bot.py
|
@ -202,10 +202,11 @@ while True:
|
||||||
else:
|
else:
|
||||||
m = 100
|
m = 100
|
||||||
n = random.randrange(m)
|
n = random.randrange(m)
|
||||||
telegram.sendmessage("Roll da 1 a " + str(m) + ": *" + str(n) + "*", sby)
|
telegram.sendmessage("Numero casuale da 1 a " + str(m) + ":\n*" + str(n) + "*", sby)
|
||||||
elif cmd[0].startswith('/automah'):
|
elif cmd[0].startswith('/automah'):
|
||||||
print(unm + ": /automah")
|
print(unm + ": /automah")
|
||||||
telegram.sendmessage("Automaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", sby)
|
# Quando mi manda l'audio GoToB?
|
||||||
|
telegram.sendmessage("Automaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! Devi funzionare, cavolo!", sby)
|
||||||
elif cmd[0].startswith('/hs'):
|
elif cmd[0].startswith('/hs'):
|
||||||
print(unm + ": /hs")
|
print(unm + ": /hs")
|
||||||
r = None
|
r = None
|
||||||
|
|
Loading…
Reference in a new issue