fix(Bocchi): bleh
This commit is contained in:
parent
782538bb10
commit
cf89612cb2
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Bocchi : Plugin() {
|
||||||
// message.hasAttachments() ||
|
// message.hasAttachments() ||
|
||||||
// message.hasEmbeds() ||
|
// message.hasEmbeds() ||
|
||||||
items.concatCount >= 5 ||
|
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