From 8d379fe031c75ecdcfb8e94b50f800bcb396b954 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 19 Mar 2020 16:17:49 +0100 Subject: [PATCH] update description --- commands/utility/screenshot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/utility/screenshot.js b/commands/utility/screenshot.js index e279325f..15e39bb8 100644 --- a/commands/utility/screenshot.js +++ b/commands/utility/screenshot.js @@ -22,9 +22,9 @@ class screenshotCommand extends Command { ], channelRestriction: 'guild', description: { - content: 'Take a screenshot of a website', + content: 'Take a screenshot of a website. Need to start with http(s)://', usage: '[link to a website]', - examples: ['www.google.com'] + examples: ['https://google.com'] } }); }