From 5f2cd9aa675010827367a08ccfb3331aefd1225c Mon Sep 17 00:00:00 2001 From: Angerstoner Date: Mon, 11 Feb 2019 02:53:25 +0100 Subject: [PATCH] token fuckup --- schneiderbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schneiderbot.py b/schneiderbot.py index 3759be6..a457957 100755 --- a/schneiderbot.py +++ b/schneiderbot.py @@ -188,7 +188,7 @@ def error(bot, update, error): def main(): """Start the bot.""" # Create the EventHandler and pass it your bot's token. - token = open("test_token").read() + token = open("token").read() updater = Updater(token.strip()) # Get the dispatcher to register handlers