mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
AUTOMAAAAAAAAAH
This commit is contained in:
parent
a271ab03e0
commit
08f5a46426
1 changed files with 3 additions and 0 deletions
3
bot.py
3
bot.py
|
@ -145,3 +145,6 @@ while True:
|
||||||
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("Roll da 1 a " + str(m) + ": *" + str(n) + "*", sby)
|
||||||
|
elif cmd[0].startswith('/automa'):
|
||||||
|
print(str(sby) + ": /automa ")
|
||||||
|
telegram.sendmessage("Automaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa funzionaaaaaaaaaa cavolo", sby)
|
||||||
|
|
Loading…
Reference in a new issue