From 04b0b5d754eedf10cae0b89bad42f343527fe661 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Thu, 10 Apr 2025 00:48:28 +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=E4=B8=AD=E7=9A=84=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=BE=93=E5=87=BA=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E4=BB=A5=E5=A2=9E=E5=BC=BA=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= 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 af6d522..00ffe9e 100644 --- a/handler/help/help.go +++ b/handler/help/help.go @@ -16,7 +16,7 @@ func init() { } func help(msg model.Message) *model.Reply { - log.Println(msg.RawMsg) + log.Println(msg) var helpInfo string if len(util.SplitN(msg.RawMsg, 2)) == 1 { helpInfo = `请输入!help [分类] 查看下面的分类功能`