refactor: help现在返回合并转发

This commit is contained in:
lixiangwuxian 2025-04-09 23:40:41 +08:00
parent eae9e4ce08
commit 91eae4e717

View File

@ -39,7 +39,7 @@ func help(msg model.Message) *model.Reply {
forwardMsg.Data.ID = "10086"
forwardMsg.Data.Content = []interface{}{nodeMsg}
return &model.Reply{
ReplyMsg: helpInfo,
ReplyMsg: forwardMsg,
ReferOriginMsg: false,
FromMsg: msg,
}