初始化文件

This commit is contained in:
liuwei
2025-03-19 10:44:27 +08:00
parent f002158470
commit 11d2e13668
6 changed files with 21 additions and 19 deletions

View File

@@ -38,6 +38,9 @@ class MessageSummaryPlugin(MessagePluginInterface):
def commands(self) -> List[str]:
return ["总结", "summary"]
def __init__(self):
super().__init__()
def initialize(self, context: Dict[str, Any]) -> bool:
"""初始化插件"""
try: