From 7b89e8759a31b08941d6f2c6e3737382ca6b0e78 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 21 Nov 2020 19:14:18 -0500 Subject: [PATCH] Fix --- commands/edit-image/yu-gi-oh-gen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 542cfbb4..0a0dc6b6 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -61,7 +61,7 @@ module.exports = class YuGiOhGenCommand extends Command { type: 'string', oneOf: types, parse: type => type.toLowerCase() - } + }, { key: 'image', prompt: 'What image would you like to edit?',