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 })