From 9d19d08dd113fd68dcc4b4349521e7407af4e7c2 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Tue, 12 Oct 2021 10:36:17 +0800 Subject: [PATCH] update --- core/test.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/test.go b/core/test.go index 4915312..7b80759 100644 --- a/core/test.go +++ b/core/test.go @@ -309,11 +309,7 @@ Alias=sillyGirl.service` if strings.Contains(data, "你赢了") { stop = true } else { - defer func() { - if regexp.MustCompile("^[一-龥]{4}$").FindString(ct) == "" { - s2.Reply("玩不过就认输呗。", time.Duration(time.Second)) - } - }() + data += "玩不过就认输呗。" } return data }, `[\s\S]*`, time.Duration(time.Second*300))