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 }) } ]