From 91eae4e717502e758f3e99af2f5a524ffbe0ded9 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Wed, 9 Apr 2025 23:40:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20help=E7=8E=B0=E5=9C=A8=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=90=88=E5=B9=B6=E8=BD=AC=E5=8F=91?= 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 403860b..9546f40 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 = []interface{}{nodeMsg} return &model.Reply{ - ReplyMsg: helpInfo, + ReplyMsg: forwardMsg, ReferOriginMsg: false, FromMsg: msg, }