This commit is contained in:
liuwei
2025-05-15 14:45:29 +08:00
parent 9f7447b4f6
commit 81781833c4

View File

@@ -399,6 +399,7 @@ class Robot(Job):
plugin_processed = await self.process_plugin_message(message)
self.LOG.debug(f"plugin_processed: {plugin_processed}")
# 处理群聊命令或私聊命令
self.LOG.debug(f"from_user: {from_user}-self.wxid: {self.wxid}")
if from_user == self.wxid: # 自己发送的消息
if is_group:
rsp = self.gbm.handle_command(group_id, content.clean_content)