fix(Bocchi): bleh

This commit is contained in:
Cilly Leang 2026-01-24 11:40:03 +11:00 committed by GitHub
parent 782538bb10
commit cf89612cb2
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)
)
}
}