简化内容。

This commit is contained in:
liuwei
2025-03-20 16:12:57 +08:00
parent 717ac4cbf0
commit d6faa6551e

View File

@@ -177,7 +177,7 @@ class GroupMemberChangePlugin(MessagePluginInterface):
用户: {nickname} 用户: {nickname}
微信号: {wxid} 微信号: {wxid}
退群时间: {now_time} 退群时间: {now_time}
""" """
self.wcf.send_text(message, group_id) self.wcf.send_text(message, group_id)
self.LOG.info(f"已发送退群通知: {nickname} 退出群 {group_id}") self.LOG.info(f"已发送退群通知: {nickname} 退出群 {group_id}")