From 826f54f7137047024301065262f7f71d03c51c3c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Jun 2020 11:12:36 -0400 Subject: [PATCH] Fix --- commands/other/screenshot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' } ] });