调整日志级别
This commit is contained in:
@@ -66,7 +66,7 @@ class GroupMemberChangePlugin(MessagePluginInterface):
|
||||
if hasattr(content, "clean_content"):
|
||||
content = content.clean_content
|
||||
content = str(content).strip()
|
||||
self.LOG.info(f"插件执行: {self.name}:{content}")
|
||||
self.LOG.debug(f"插件执行: {self.name}:{content}")
|
||||
if not content or "<sysmsg" not in content:
|
||||
return False, "非系统消息"
|
||||
sender = message.get("sender")
|
||||
|
||||
Reference in New Issue
Block a user