From 4d4fca0260b7800aca4c015b659a9bb98395b6e2 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 30 Apr 2019 00:07:13 +0000 Subject: [PATCH] Fix --- commands/search/yu-gi-oh.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 049544a0..f6f45a73 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -26,8 +26,7 @@ module.exports = class YuGiOhCommand extends Command { { key: 'card', prompt: 'What card would you like to get information on?', - type: 'string', - parse: card => encodeURIComponent(card) + type: 'string' } ] });