From 6fb9c78c7fcb37b78754052245667f19c63bc8fa Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 1 Apr 2016 17:33:12 +0200 Subject: [PATCH] disattivata l'avventura per bug --- bot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bot.py b/bot.py index 7c9f6ad4..d341acbe 100644 --- a/bot.py +++ b/bot.py @@ -8,7 +8,6 @@ import random import osu import hearthstone import lol -import string # Check per la modalità votazione del bot, corrisponde al numero della chat in cui è attiva la votazione @@ -645,8 +644,6 @@ while True: telegram.sendmessage(chr(9888) + " Non hai mai giocato ranked.", sentin, source) else: telegram.sendmessage(chr(9888) + " Non hai un account di LoL nel database.", sentin, source) - elif text.startswith('/begintheadventure'): - import adventure elif text.startswith('/crash'): # Crasha il bot. Mi sembra geniale. if username == 'Steffo':