This commit is contained in:
2023-04-01 09:05:47 +02:00
parent 28164e449d
commit 784de43b34
2 changed files with 1 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ module.exports = {
await user.send({ embeds: [attachments] });
return
}
if (answer2.first().content > 8) {
if (answer2.first().content.size > 8) {
await user.send({
embeds: [{
description: "Max character limit is 8.",