mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: v3.30.0
This commit is contained in:
parent
099da66661
commit
339ba409ee
@ -4,7 +4,7 @@
|
|||||||
"name": "LLOneBot",
|
"name": "LLOneBot",
|
||||||
"slug": "LLOneBot",
|
"slug": "LLOneBot",
|
||||||
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
||||||
"version": "3.29.6",
|
"version": "3.30.0",
|
||||||
"icon": "./icon.webp",
|
"icon": "./icon.webp",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -88,7 +88,9 @@ export class NTQQMsgApi {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().getMsgsByMsgId(peer, msgIds)
|
return session.getMsgService().getMsgsByMsgId(peer, msgIds)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke<GeneralCallResult & {
|
||||||
|
msgList: RawMessage[]
|
||||||
|
}>({
|
||||||
methodName: 'nodeIKernelMsgService/getMsgsByMsgId',
|
methodName: 'nodeIKernelMsgService/getMsgsByMsgId',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = '3.29.6'
|
export const version = '3.30.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user