初始化文件
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user