From f9a914926e97c8811b2e14b4201f40b07cc1a325 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 10 Sep 2021 14:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20=E7=BE=8E=E5=8C=96?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/rule.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control/rule.go b/control/rule.go index e985ac72..53ec1f4b 100644 --- a/control/rule.go +++ b/control/rule.go @@ -182,9 +182,9 @@ func init() { i++ msg += "\n" + strconv.Itoa(i) + `: ` if manager.isEnabledIn(ctx.Event.GroupID) { - msg += " ●" + key + msg += "●" + key } else { - msg += " ○" + key + msg += "○" + key } return true })