From 7d4e0728a6166f75cce2bbec96d093c0d0ae2862 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Tue, 12 Oct 2021 17:13:24 +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 4150777..c75f214 100644 --- a/core/xiaoai.go +++ b/core/xiaoai.go @@ -29,7 +29,7 @@ func init() { msg := s.Get() if strings.Contains(msg, "对话模式") { stop := false - s.Reply("已开启对话模式。") + s.Reply(s.Reply("小爱")) for { if stop { return nil