diff --git a/examples/timerbot.py b/examples/timerbot.py index eb401429c..c900a273f 100644 --- a/examples/timerbot.py +++ b/examples/timerbot.py @@ -65,7 +65,7 @@ def error(bot, update, error): def main(): global job_queue - updater = Updater("148447715:AAFj2qskb3_sMMzlDhgTuoP7VAABNHpT0BU") + updater = Updater("TOKEN") job_queue = updater.job_queue # Get the dispatcher to register handlers