feat: introduce core bot command handlers, orchestrator, and command parser for initial bot functionality.

This commit is contained in:
2569718930@qq.com
2026-03-15 09:03:59 +08:00
parent 81604bfe8a
commit 1ebd07ca31
6 changed files with 218 additions and 170 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ def start_bot() -> None:
started_count,
len(runtime_status.loops),
)
bot.infinity_polling()
bot.infinity_polling(allowed_updates=["message"])