Add max attachment size argument option

This commit is contained in:
Dragon Fire
2024-05-08 23:51:54 -04:00
parent 21c1d717c4
commit 29bdfbd83b
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -16,9 +16,10 @@ module.exports = class SketchCommand extends Command {
description: 'Draws an image or a user\'s avatar but sketched.',
throttling: {
usages: 1,
duration: 60
duration: 120
},
clientPermissions: [PermissionFlagsBits.AttachFiles],
maxAttachmentSize: 2e+6,
args: [
{
key: 'image',