fix: 修改 help 函数的返回值格式
This commit is contained in:
parent
d8313b7644
commit
ec92baf5bc
@ -39,7 +39,7 @@ func help(msg model.Message) *model.Reply {
|
||||
forwardMsg.Data.ID = "10086"
|
||||
forwardMsg.Data.Content = []any{nodeMsg}
|
||||
return &model.Reply{
|
||||
ReplyMsg: &forwardMsg,
|
||||
ReplyMsg: []any{&forwardMsg},
|
||||
ReferOriginMsg: false,
|
||||
FromMsg: msg,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user