Skip to content

Commit 2eae5a7

Browse files
committed
refactor: 优化kook适配器的日志打印内容
1 parent 158a1f2 commit 2eae5a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/platform/sources/kook/kook_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async def _on_received(self, event: KookMessageEventData):
8888
logger.error(f"[KOOK] 消息处理异常: {e}")
8989
elif event_type == KookMessageType.SYSTEM:
9090
logger.debug(f'[KOOK] 消息为系统通知, 通知类型为"{event.extra.type}"')
91-
return
91+
9292
logger.debug(f"[KOOK] 原始消息数据: {event.to_json()}")
9393

9494
async def run(self):

0 commit comments

Comments
 (0)