This commit is contained in:
Dragon Fire
2024-05-08 23:55:59 -04:00
parent 1065a7f31f
commit ece90148b8
+1 -1
View File
@@ -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 })
}
]