From 47bfd04df5b53e7633b6a2d49df8ba448e011262 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 13 Oct 2021 09:34:42 +0800 Subject: [PATCH] update --- core/xiaoai.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/xiaoai.go b/core/xiaoai.go index 559d570..e5c7a84 100644 --- a/core/xiaoai.go +++ b/core/xiaoai.go @@ -22,7 +22,7 @@ func init() { } reply := func(str string) string { str, _ = httplib.Get(fmt.Sprintf(api, str)).String() - s.Reply(str) + // s.Reply(str) if gjson := sillyGirl.Get("小爱同学gjson"); gjson != "" { str, _ = jsonparser.GetString([]byte(str), strings.Split(gjson, ".")...) }