This commit is contained in:
Daniel Odendahl Jr
2017-09-02 18:28:03 +00:00
parent 787f3ec54a
commit fb03917c52
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class SpoopyLinkCommand extends Command {
key: 'site', key: 'site',
prompt: 'What site do you think is spoopy?', prompt: 'What site do you think is spoopy?',
type: 'string', type: 'string',
parse: query => encodeURIComponent(query) parse: site => encodeURIComponent(site)
} }
] ]
}); });