fix: 修复处理消息时占用连接的情况

This commit is contained in:
tcmofashi
2025-03-29 00:45:00 +08:00
parent 33d794cd1f
commit 19d2aaed52
2 changed files with 21 additions and 6 deletions

View File

@@ -109,6 +109,7 @@ class MainSystem:
self.remove_recalled_message_task(),
emoji_manager.start_periodic_check(),
self.app.run(),
self.app.message_process(),
]
await asyncio.gather(*tasks)