From a13eaaf5a41eb699fcd655745f7c83b73f29d872 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Mon, 24 Mar 2025 16:02:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=AF=B7=E6=B1=82=E9=93=BE=E6=8E=A5=E5=88=B0=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E4=BF=A1=E6=81=AF=E4=B8=AD=EF=BC=8C=E4=BB=A5=E4=BE=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9B=B4=E6=96=B9=E4=BE=BF=E5=9C=B0=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=8A=9F=E8=83=BD=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/help/help.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/help/help.go b/handler/help/help.go index b6094a9..1229b14 100644 --- a/handler/help/help.go +++ b/handler/help/help.go @@ -18,6 +18,7 @@ func help(msg model.Message) (reply model.Reply) { for k := range handler.HelpInforms { helpInfo += "\n" + k } + helpInfo += "\n" + "新功能请求请移步https://git.lxtend.com/lixiangwuxian/qq_bot/issues" } else { category := util.SplitN(msg.RawMsg, 2)[1] helpInfos := handler.HelpInforms[category]