mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
✏️ 美化格式
This commit is contained in:
parent
8d4d6c7e5e
commit
f9a914926e
@ -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
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user