fix(Bocchi): clump webhooks properly
This commit is contained in:
parent
6af545070e
commit
e0a2d0e030
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue