Browse Source

whoops committed test code

master
Angerstoner 5 years ago
parent
commit
d8f8d4c4dc
  1. 2
      schneiderbot.py

2
schneiderbot.py

@ -185,7 +185,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

Loading…
Cancel
Save