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);