1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
This commit is contained in:
Steffo 2015-11-23 17:19:52 +01:00
parent af8ff0be99
commit 24820707b4

2
bot.py
View file

@ -108,4 +108,4 @@ while True:
else:
m = 100
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)