mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
ops
This commit is contained in:
parent
66b5488724
commit
f5ca013390
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -108,4 +108,4 @@ while True:
|
|||
else:
|
||||
m = 100
|
||||
n = random.randrange(m)
|
||||
telegram.sendmessage("Roll da 1 a" + str(m) + ": " + n)
|
||||
telegram.sendmessage("Roll da 1 a" + str(m) + ": " + str(n))
|
||||
|
|
Loading…
Reference in a new issue