From ab04a4ed14d0c4e0e16acd81afa1197fdab1c83c Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Mon, 11 Oct 2021 21:35:36 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 983c53c..91f2181 100644 --- a/core/test.go +++ b/core/test.go @@ -285,7 +285,7 @@ Alias=sillyGirl.service` cy := regexp.MustCompile("^[一-龥]{4}$").FindString(s2.GetContent()) if cy == "" { s2.Disappear(time.Millisecond * 500) - return "请认真接龙,一站到底!。" + return "请认真接龙,一站到底!" } data, err := httplib.Get("http://hm.suol.cc/API/cyjl.php?id=" + id + "&msg=我接" + cy).String() if err != nil {