fix: 修正scoresaber合并转发调用方式
This commit is contained in:
@@ -317,7 +317,7 @@ func getMyRecentScore(msg model.Message) (reply *model.Reply) {
|
||||
)...)
|
||||
action.ActionManager.SendForward(
|
||||
&model.Reply{
|
||||
ReplyMsg: nodeMsg,
|
||||
ReplyMsg: []any{nodeMsg},
|
||||
ReferOriginMsg: false,
|
||||
FromMsg: msg,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user