✏️ 美化格式

This commit is contained in:
fumiama 2021-09-10 14:31:44 +08:00
parent 8d4d6c7e5e
commit f9a914926e

View File

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