From 4975f4c4841c8dce0978c2102abc75789f0c928b Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Tue, 12 Oct 2021 17:10:02 +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 7416c15..cdbec59 100644 --- a/core/xiaoai.go +++ b/core/xiaoai.go @@ -46,7 +46,7 @@ func init() { if msg == "" { msg = "小爱" } - return reply(msg) + return nil }, }, })