From b5f804ec22155ce93de4dae0ae1d56e214fa2606 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: Fri, 23 Aug 2024 20:46:23 +0800 Subject: [PATCH] =?UTF-8?q?build:=20CQ=E7=A0=81=E5=9B=9E=E6=BB=9A=20?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/onebot/api/msg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onebot/api/msg.ts b/src/onebot/api/msg.ts index a6231c3c..71eca5a0 100644 --- a/src/onebot/api/msg.ts +++ b/src/onebot/api/msg.ts @@ -69,7 +69,7 @@ export class OneBotMsgApi { type: OB11MessageDataType.at, data: { qq: qq!, - name, + //name, }, }; return message_data;