From 871ef03c2634dfec3cc39e2d9afaa8a9ac92fe2a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 18 Mar 2016 23:32:34 +0100 Subject: [PATCH] Let us begin. --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index a819e6e2..9eb2a1c9 100644 --- a/bot.py +++ b/bot.py @@ -641,6 +641,8 @@ 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':