From 99788f7269074149aa25206961c25e957c7c99e0 Mon Sep 17 00:00:00 2001 From: Angerstoner Date: Mon, 11 Feb 2019 13:25:16 +0100 Subject: [PATCH] idiot commited test code again --- schneiderbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schneiderbot.py b/schneiderbot.py index 8f6896c..0da954f 100755 --- a/schneiderbot.py +++ b/schneiderbot.py @@ -211,8 +211,8 @@ def init_commands(dp): def main(): """Start the bot.""" # Create the EventHandler and pass it your bot's token. - # token = open("token").read() - token = open("test_token").read() + token = open("token").read() + # token = open("test_token").read() updater = Updater(token.strip()) # Get the dispatcher to register handlers