better 配置文件整理,防止眼花

123
This commit is contained in:
SengokuCola
2025-03-25 21:59:15 +08:00
parent 4e7efb4271
commit c220f4c79e
7 changed files with 446 additions and 148 deletions

View File

@@ -57,9 +57,6 @@ class ChatBot:
self.mood_manager = MoodManager.get_instance() # 获取情绪管理器单例
self.mood_manager.start_mood_update() # 启动情绪更新
self.emoji_chance = 0.2 # 发送表情包的基础概率
# self.message_streams = MessageStreamContainer()
async def _ensure_started(self):
"""确保所有任务已启动"""
if not self._started: