1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
This commit is contained in:
Steffo 2015-11-23 17:19:11 +01:00
parent 66b5488724
commit f5ca013390

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) + ": " + n)
telegram.sendmessage("Roll da 1 a" + str(m) + ": " + str(n))