mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
commit
874acdd7fe
@ -4,7 +4,7 @@
|
||||
"name": "LLOneBot",
|
||||
"slug": "LLOneBot",
|
||||
"description": "实现 OneBot 11 协议,用以 QQ 机器人开发",
|
||||
"version": "3.28.5",
|
||||
"version": "3.28.6",
|
||||
"icon": "./icon.webp",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -208,8 +208,9 @@ export class NTQQMsgApi {
|
||||
}
|
||||
|
||||
static async multiForwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]): Promise<RawMessage> {
|
||||
const msgInfos = msgIds.map(async id => {
|
||||
return { msgId: id, senderShowName: await getSelfNick() }
|
||||
const senderShowName = await getSelfNick()
|
||||
const msgInfos = msgIds.map(id => {
|
||||
return { msgId: id, senderShowName }
|
||||
})
|
||||
const selfUid = getSelfUid()
|
||||
let data = await NTEventDispatch.CallNormalEvent<
|
||||
|
@ -1 +1 @@
|
||||
export const version = '3.28.5'
|
||||
export const version = '3.28.6'
|
||||
|
Loading…
x
Reference in New Issue
Block a user