fix(Bocchi): concat more than 6 messages

This commit is contained in:
Cilly Leang 2026-02-19 07:44:22 +11:00 committed by GitHub
parent 2f2a929c97
commit a419914b6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ class Bocchi : Plugin() {
// message.mentions?.isNotEmpty() == true ||
// message.hasAttachments() ||
// message.hasEmbeds() ||
items.concatCount >= 5 ||
// items.concatCount >= 5 ||
(message.isWebhook && message.author?.username != message2.author.username)
)
}