refactor: help现在返回合并转发
This commit is contained in:
@@ -39,7 +39,7 @@ func help(msg model.Message) *model.Reply {
|
|||||||
forwardMsg.Data.ID = "10086"
|
forwardMsg.Data.ID = "10086"
|
||||||
forwardMsg.Data.Content = []interface{}{nodeMsg}
|
forwardMsg.Data.Content = []interface{}{nodeMsg}
|
||||||
return &model.Reply{
|
return &model.Reply{
|
||||||
ReplyMsg: helpInfo,
|
ReplyMsg: forwardMsg,
|
||||||
ReferOriginMsg: false,
|
ReferOriginMsg: false,
|
||||||
FromMsg: msg,
|
FromMsg: msg,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user