diff --git a/commands/other/screenshot.js b/commands/other/screenshot.js index ef4fa50e..85d81270 100644 --- a/commands/other/screenshot.js +++ b/commands/other/screenshot.js @@ -26,8 +26,7 @@ module.exports = class ScreenshotCommand extends Command { { key: 'url', prompt: 'What webpage do you want to take a screenshot of?', - type: 'string', - parse: url => encodeURIComponent(url) + type: 'string' } ] });