fix(Bocchi): concat more than 6 messages
This commit is contained in:
parent
2f2a929c97
commit
a419914b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class Bocchi : Plugin() {
|
||||||
// message.mentions?.isNotEmpty() == true ||
|
// message.mentions?.isNotEmpty() == true ||
|
||||||
// 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