mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
format
This commit is contained in:
parent
9387a48b5b
commit
3cfe1a6960
@ -59,7 +59,7 @@ func (db *antidb) listWords(gid int64) string {
|
||||
sb.WriteString(" | ")
|
||||
return nil
|
||||
})
|
||||
if sb.Len() <= 2 {
|
||||
if sb.Len() <= 3 {
|
||||
return ""
|
||||
}
|
||||
return sb.String()[:sb.Len()-3]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user