From a62df11bc74b63f1edb1ca1c4744726dd885cdb5 Mon Sep 17 00:00:00 2001 From: sliverp Date: Fri, 6 Feb 2026 18:01:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=BE=93=E5=87=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway.ts b/src/gateway.ts index 776fc4e..75d9c7c 100644 --- a/src/gateway.ts +++ b/src/gateway.ts @@ -401,7 +401,7 @@ export async function startGateway(ctx: GatewayContext): Promise { groupOpenid?: string; attachments?: Array<{ content_type: string; url: string; filename?: string }>; }) => { - log?.info(`[qqbot:${account.accountId}] Processing message from ${event.senderId}: ${event.content}`); + log?.info(`[qqbot:${account.accountId}] Received Event: ${event}`); if (event.attachments?.length) { log?.info(`[qqbot:${account.accountId}] Attachments: ${event.attachments.length}`); }