This commit is contained in:
cdle
2021-10-12 17:07:14 +08:00
parent fdba88c437
commit e5491fc138
+1 -1
View File
@@ -35,7 +35,7 @@ func init() {
break
}
s.Await(s, func(s2 Sender) interface{} {
msg := s2.Get()
msg := s2.GetContent()
if strings.Contains(msg, "闭嘴") {
stop = true
}