mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
ops
This commit is contained in:
parent
f5ca013390
commit
af8ff0be99
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -108,4 +108,4 @@ 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))
|
telegram.sendmessage("Roll da 1 a" + str(m) + ": " + str(n), sby)
|
||||||
|
|
Loading…
Reference in a new issue