From efd8414985ce46621bf910701675244d6f17150b Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Wed, 24 Sep 2025 17:34:16 +0800 Subject: [PATCH] =?UTF-8?q?chore(napcat=5Fadapter):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=BE=85=E5=A4=84=E7=90=86=E6=B6=88=E6=81=AF=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/built_in/napcat_adapter_plugin/src/send_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/built_in/napcat_adapter_plugin/src/send_handler.py b/src/plugins/built_in/napcat_adapter_plugin/src/send_handler.py index 2d6033340..77f763064 100644 --- a/src/plugins/built_in/napcat_adapter_plugin/src/send_handler.py +++ b/src/plugins/built_in/napcat_adapter_plugin/src/send_handler.py @@ -71,6 +71,7 @@ class SendHandler: action: Optional[str] = None id_name: Optional[str] = None processed_message: list = [] + logger.info(message_info,message_segment) try: if user_info: processed_message = await self.handle_seg_recursive(message_segment, user_info)