From c8b67a257aa58c02910901bed4249c6a3bb52471 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Mon, 5 May 2025 03:31:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3scoresaber=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E8=BD=AC=E5=8F=91=E8=B0=83=E7=94=A8=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/scoresaber/score.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/scoresaber/score.go b/handler/scoresaber/score.go index ec2299f..1488142 100644 --- a/handler/scoresaber/score.go +++ b/handler/scoresaber/score.go @@ -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, },