diff --git a/src/ntqqapi/ntcall.ts b/src/ntqqapi/ntcall.ts index 105c360..855dc25 100644 --- a/src/ntqqapi/ntcall.ts +++ b/src/ntqqapi/ntcall.ts @@ -443,7 +443,7 @@ export class NTQQApi { static multiForwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]) { let msgInfos = msgIds.map(id => { - return {msgId: id, senderShowName: "LLOneBot"} + return {msgId: id, senderShowName: selfInfo.nick} }) const apiArgs = [ {