From afb39df2a74988f71442013aa4bb302fa5d477e4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 23 Nov 2015 17:21:38 +0100 Subject: [PATCH] mi serve cibo --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 5b882707..4bbec0d7 100644 --- a/bot.py +++ b/bot.py @@ -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)