From ff7d77ef067488b41deb32cb3ca75a69015d8712 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 23 Mar 2026 20:53:09 +0800 Subject: [PATCH] Relax bot polling update restrictions --- src/bot/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()