This commit is contained in:
cdle
2021-10-12 17:14:45 +08:00
parent 7d4e0728a6
commit ec3eed649f
+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(reply("小爱"))
for {
if stop {
return nil