diff --git a/src/bot/orchestrator.py b/src/bot/orchestrator.py index 5e8a111f..f8c78f8a 100644 --- a/src/bot/orchestrator.py +++ b/src/bot/orchestrator.py @@ -100,4 +100,4 @@ def start_bot() -> None: started_count, len(runtime_status.loops), ) - bot.infinity_polling(allowed_updates=["message"]) + bot.infinity_polling()