feat: 初始化自定义命令

This commit is contained in:
dnslin
2025-12-12 13:50:20 +08:00
parent cdcbf7d7cb
commit 72f2677c11

View File

@@ -67,6 +67,7 @@ def run() -> None:
async def main():
async with app:
await app.start()
await post_init(app)
await app.updater.start_polling()
await asyncio.Event().wait()