diff --git a/pokecli.py b/pokecli.py index a5a71629a7..d82320a3b4 100644 --- a/pokecli.py +++ b/pokecli.py @@ -133,7 +133,9 @@ def get_commit_hash(): config, _ = init_config() if config.live_config_update_tasks_only: initialize_task(bot, config) - else: bot = initialize(config) + else: + bot = initialize(config) + bot = start_bot(bot,config) except KeyboardInterrupt: bot.event_manager.emit(