update
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func init() {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
s.Await(s, func(s2 Sender) interface{} {
|
s.Await(s, func(s2 Sender) interface{} {
|
||||||
msg := s2.Get()
|
msg := s2.GetContent()
|
||||||
if strings.Contains(msg, "闭嘴") {
|
if strings.Contains(msg, "闭嘴") {
|
||||||
stop = true
|
stop = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user