fix(Bocchi): clump webhooks properly

This commit is contained in:
Cilly Leang 2026-01-24 11:34:14 +11:00 committed by GitHub
parent 6af545070e
commit e0a2d0e030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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