From ec92baf5bcbbcc5ee91a32fa779c972580c42aa2 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Wed, 9 Apr 2025 23:57:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20help=20=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E7=9A=84=E8=BF=94=E5=9B=9E=E5=80=BC=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/help/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/help/help.go b/handler/help/help.go index 31ab7b2..d6edb21 100644 --- a/handler/help/help.go +++ b/handler/help/help.go @@ -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, }