fix: 修正scoresaber合并转发调用方式

This commit is contained in:
lixiangwuxian 2025-05-05 03:31:02 +08:00
parent 7b664f436b
commit c8b67a257a

View File

@ -317,7 +317,7 @@ func getMyRecentScore(msg model.Message) (reply *model.Reply) {
)...) )...)
action.ActionManager.SendForward( action.ActionManager.SendForward(
&model.Reply{ &model.Reply{
ReplyMsg: nodeMsg, ReplyMsg: []any{nodeMsg},
ReferOriginMsg: false, ReferOriginMsg: false,
FromMsg: msg, FromMsg: msg,
}, },