diff --git a/examples/timerbot.py b/examples/timerbot.py index 10decafba..0af15825e 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:AAHbczRui6gO3RBlKQ2IwU2hMd226LqZE90") + updater = Updater("TOKEN") job_queue = JobQueue(updater.bot, tick_interval=1) # Get the dispatcher to register handlers