chore: v3.30.0

This commit is contained in:
idranme 2024-08-22 12:37:43 +08:00
parent 099da66661
commit 339ba409ee
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
"version": "3.29.6",
"version": "3.30.0",
"icon": "./icon.webp",
"authors": [
{

View File

@ -88,7 +88,9 @@ export class NTQQMsgApi {
if (session) {
return session.getMsgService().getMsgsByMsgId(peer, msgIds)
} else {
return await invoke({
return await invoke<GeneralCallResult & {
msgList: RawMessage[]
}>({
methodName: 'nodeIKernelMsgService/getMsgsByMsgId',
args: [
{

View File

@ -1 +1 @@
export const version = '3.29.6'
export const version = '3.30.0'