debug
This commit is contained in:
1
robot.py
1
robot.py
@@ -399,6 +399,7 @@ class Robot(Job):
|
|||||||
plugin_processed = await self.process_plugin_message(message)
|
plugin_processed = await self.process_plugin_message(message)
|
||||||
self.LOG.debug(f"plugin_processed: {plugin_processed}")
|
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 from_user == self.wxid: # 自己发送的消息
|
||||||
if is_group:
|
if is_group:
|
||||||
rsp = self.gbm.handle_command(group_id, content.clean_content)
|
rsp = self.gbm.handle_command(group_id, content.clean_content)
|
||||||
|
|||||||
Reference in New Issue
Block a user