From 0e1ad93bb5e23f903dd4bdc5c47546203dcc6cf0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 7 Aug 2015 17:01:17 +0200 Subject: [PATCH] Whoops. --- royalbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/royalbot.py b/royalbot.py index e327f10a..1889061a 100644 --- a/royalbot.py +++ b/royalbot.py @@ -75,8 +75,8 @@ while(True): msg = data['result'][0]['message'] if(msg['text'] == "/ahnonlosoio"): sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id']) - if(msg['text'] == str.startswith("/steam"): - if(msg['text'] == "/steam") + if(msg['text'] == str.startswith("/steam")): + if(msg['text'] == "/steam"): sendMessage("Specifica lo steamid della persona di cui vuoi specificare lo stato. Tag di telegram coming soon!", msg['chat']['id']) else: steam = getSteamStatus(msg['text'][7:])