diff --git a/src/bot/orchestrator.py b/src/bot/orchestrator.py index c4f0f7ba..6bb31a11 100644 --- a/src/bot/orchestrator.py +++ b/src/bot/orchestrator.py @@ -103,4 +103,4 @@ def start_bot() -> None: started_count, len(runtime_status.loops), ) - bot.infinity_polling(allowed_updates=["message", "chat_join_request"]) + bot.infinity_polling(allowed_updates=["message", "callback_query", "chat_join_request"])