fix:表情包逻辑小改

This commit is contained in:
SengokuCola
2025-04-04 11:22:13 +08:00
parent 5f8ef67861
commit 0a1c2cccb0
3 changed files with 19 additions and 25 deletions

View File

@@ -106,8 +106,8 @@ class MainSystem:
self.forget_memory_task(),
self.print_mood_task(),
self.remove_recalled_message_task(),
emoji_manager.start_periodic_check(),
emoji_manager.start_periodic_register(),
emoji_manager.start_periodic_check_register(),
# emoji_manager.start_periodic_register(),
self.app.run(),
]
await asyncio.gather(*tasks)