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'