mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
fix(manager): forward send
This commit is contained in:
parent
be26b052a6
commit
e4cfcef05b
@ -25,7 +25,7 @@ func collectsend(ctx *zero.Ctx, msgs ...message.MessageSegment) {
|
||||
m[i] = message.CustomNode(
|
||||
zero.BotConfig.NickName[0],
|
||||
ctx.Event.SelfID,
|
||||
item)
|
||||
message.Message{item})
|
||||
}
|
||||
ctx.SendGroupForwardMessage(id, m)
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user