From 8d7e44314c0a087e65e96a6719e319633c442571 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: Sun, 12 May 2024 23:18:59 +0800 Subject: [PATCH] build: 1.3.5-beta8 --- src/onebot11/action/msg/SendMsg.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/onebot11/action/msg/SendMsg.ts b/src/onebot11/action/msg/SendMsg.ts index d8744876..9525fefa 100644 --- a/src/onebot11/action/msg/SendMsg.ts +++ b/src/onebot11/action/msg/SendMsg.ts @@ -570,7 +570,6 @@ export class SendMsg extends BaseAction { await sleep(Math.trunc(sendElementsSplit.length / 10) * 100); //await sleep(10); } - for (const msgNode of MsgNodeList) { let result = await msgNode; nodeMsgIds.push(result.msgId);