Skip to content

Commit

Permalink
fix(manager): forward send
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Oct 1, 2024
1 parent be26b05 commit e4cfcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/manager/slow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit e4cfcef

Please sign in to comment.