diff options
Diffstat (limited to 'src/commands/moderation/massBan.ts')
-rw-r--r-- | src/commands/moderation/massBan.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/massBan.ts b/src/commands/moderation/massBan.ts index 116f066..18c3b50 100644 --- a/src/commands/moderation/massBan.ts +++ b/src/commands/moderation/massBan.ts @@ -105,7 +105,7 @@ export default class MassBanCommand extends BushCommand { let currentEmbed = embeds.length ? embeds[embeds.length - 1] : embed(); - if (`${currentEmbed.description}\n${row}`.length >= 2048) currentEmbed = embed(); + if (`${currentEmbed.description}\n${row}`.length >= 2096) currentEmbed = embed(); currentEmbed.setDescription(`${currentEmbed.description}\n${row}`); } |