This commit is contained in:
Daniel Odendahl Jr
2019-04-30 00:07:13 +00:00
parent f171082ca1
commit 4d4fca0260
+1 -2
View File
@@ -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'
}
]
});