From ece90148b80d8130c266c6f9466e73513567f1aa Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 8 May 2024 23:55:59 -0400 Subject: [PATCH] Fix --- commands/edit-image/sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/sketch.js b/commands/edit-image/sketch.js index c8d5820b..668ee352 100644 --- a/commands/edit-image/sketch.js +++ b/commands/edit-image/sketch.js @@ -19,11 +19,11 @@ module.exports = class SketchCommand extends Command { duration: 120 }, clientPermissions: [PermissionFlagsBits.AttachFiles], - maxAttachmentSize: 2e+6, args: [ { key: 'image', type: 'image-or-avatar', + maxAttachmentSize: 2e+6, default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 }) } ]