From 339ba409eecfbf465c084f76801e90c684d4d231 Mon Sep 17 00:00:00 2001 From: idranme Date: Thu, 22 Aug 2024 12:37:43 +0800 Subject: [PATCH] chore: v3.30.0 --- manifest.json | 2 +- src/ntqqapi/api/msg.ts | 4 +++- src/version.ts | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 5b9ffb6..93a4900 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.29.6", + "version": "3.30.0", "icon": "./icon.webp", "authors": [ { diff --git a/src/ntqqapi/api/msg.ts b/src/ntqqapi/api/msg.ts index 04f9699..906a43e 100644 --- a/src/ntqqapi/api/msg.ts +++ b/src/ntqqapi/api/msg.ts @@ -88,7 +88,9 @@ export class NTQQMsgApi { if (session) { return session.getMsgService().getMsgsByMsgId(peer, msgIds) } else { - return await invoke({ + return await invoke({ methodName: 'nodeIKernelMsgService/getMsgsByMsgId', args: [ { diff --git a/src/version.ts b/src/version.ts index 80dadbf..784f14c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.29.6' +export const version = '3.30.0'