feat: 添加 EmojiManager 的配置热重载功能及其注销机制

This commit is contained in:
DrSmoothl
2026-03-16 22:58:53 +08:00
parent 0811213db0
commit a40d28a409
3 changed files with 97 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ async def main():
system.schedule_tasks(),
)
finally:
emoji_manager.shutdown()
await config_manager.stop_file_watcher()