From 05b77b504253bb0da6ced81b09106de09afaac5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 8 Aug 2024 11:11:38 +0800 Subject: [PATCH] build: test --- src/onebot11/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/onebot11/main.ts b/src/onebot11/main.ts index 3b861830..196d272d 100644 --- a/src/onebot11/main.ts +++ b/src/onebot11/main.ts @@ -266,6 +266,7 @@ export class NapCatOnebot11 { //完成后再post OB11Constructor.message(msg).then((_msg) => { _msg.target_id = parseInt(msg.peerUin); + console.log("自身消息接收 ", "MsgID", msg.msgId, " MsgSeq", msg.msgSeq, " Raw", msg?.elements[0]?.textElement?.content); if (ob11Config.reportSelfMessage) { msg.id = MessageUnique.createMsg({ chatType: msg.chatType, peerUid: msg.peerUid, guildId: '' }, msg.msgId); this.postReceiveMsg([msg]).then().catch(logError);