diff --git a/src/chat/chat_loop/cycle_processor.py b/src/chat/chat_loop/cycle_processor.py index 06f1b6a36..c26b60876 100644 --- a/src/chat/chat_loop/cycle_processor.py +++ b/src/chat/chat_loop/cycle_processor.py @@ -299,6 +299,7 @@ class CycleProcessor: logger.info(f"{self.log_prefix} 正在执行文本回复...") for action in reply_actions: target_user_id = action.get("action_message",{}).get("chat_info_user_id","") + logger.info(action.get("action_message",{})) if target_user_id == global_config.bot.qq_account and not global_config.chat.allow_reply_self: logger.warning("选取的reply的目标为bot自己,跳过reply action") continue