From 089d1565a1529c5075f2911eb86f1e4649342220 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 10 Aug 2016 20:07:46 +0200 Subject: [PATCH] wut --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 418e9b98..f9a8b18f 100644 --- a/bot.py +++ b/bot.py @@ -46,7 +46,6 @@ while True: if text.startswith('wow'): print("@" + username + ": WOW!") telegram.sendmessage("Wow. Impressionante.", sentin, source) - # Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot. if 'text' in msg: # Salvatelo in una stringa text = msg['text']