From a811f8f749270fe42fe581f1820ddd494feb11e4 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 11 Mar 2020 00:54:51 +0100 Subject: [PATCH] enable to use --size without link --- commands/fun/audio2image.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/fun/audio2image.js b/commands/fun/audio2image.js index 8627332..68c7101 100644 --- a/commands/fun/audio2image.js +++ b/commands/fun/audio2image.js @@ -11,15 +11,15 @@ class audio2imageCommand extends Command { category: 'fun', clientPermissions: ['SEND_MESSAGES', 'ATTACH_FILES'], args: [ - { - id: 'link', - type: 'string', - }, { id: 'video_size', match: 'option', flag: '--size', default: '640x480' + }, + { + id: 'link', + type: 'string', } ], description: {