mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 07:09:50 +00:00
✨ 记忆系统:定时记忆整理 (#31)
* ✨ 添加记忆系统 * 🎨 black优化格式 * 🐛 删除apscheduler * ✨ 将记忆插件转换为插件形式 * 🐛 修复函数调用问题 * ✨ 记忆系统:定时记忆整理 * 🎨 pre-commit 检查
This commit is contained in:
@ -142,7 +142,7 @@ class Caller:
|
||||
module_name = ""
|
||||
|
||||
self.module_name = module_name
|
||||
_caller_data[self.full_name] = self
|
||||
_caller_data[self.aifc_name] = self
|
||||
logger.opt(colors=True).debug(
|
||||
f"<y>加载函数 {self.full_name}: {self._description}</y>"
|
||||
)
|
||||
|
Reference in New Issue
Block a user