From 14196fd349ca27f2be4fe3b080d40dd514321395 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, 11 Jul 2024 12:31:00 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/onebot11/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/onebot11/main.ts b/src/onebot11/main.ts index 626bb8a8..8c1d4b0c 100644 --- a/src/onebot11/main.ts +++ b/src/onebot11/main.ts @@ -332,7 +332,6 @@ export class NapCatOnebot11 { postOB11Event(msg); // log("post msg", msg) }).catch(e => logError('constructMessage error: ', e)); - await OB11Constructor.GroupEvent(message); OB11Constructor.GroupEvent(message).then(groupEvent => { if (groupEvent) { // log("post group event", groupEvent);