feat: implement basic command handlers, orchestrator, database manager, and account binding UI
This commit is contained in:
@@ -103,4 +103,4 @@ def start_bot() -> None:
|
||||
started_count,
|
||||
len(runtime_status.loops),
|
||||
)
|
||||
bot.infinity_polling()
|
||||
bot.infinity_polling(allowed_updates=["message", "chat_join_request"])
|
||||
|
||||
Reference in New Issue
Block a user