This commit is contained in:
cdle
2021-10-12 17:13:24 +08:00
parent 5121eb257e
commit 7d4e0728a6
+1 -1
View File
@@ -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