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' } ] });