fix: 修正scoresaber合并转发调用方式
This commit is contained in:
parent
7b664f436b
commit
c8b67a257a
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user