From eaf3b91239b460aa1e8c38c70c511ab2aa7ae2b6 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 19 Mar 2020 16:19:07 +0100 Subject: [PATCH] update description --- commands/utility/screenshot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/utility/screenshot.js b/commands/utility/screenshot.js index 15e39bb..41704cd 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. Need to start with http(s)://', - usage: '[link to a website]', - examples: ['https://google.com'] + content: 'Take a screenshot of a website. Need to start with http(s)://. Use --full to take a full page capture', + usage: '[link to a website] [optional: --full]', + examples: ['https://google.com', 'https://namejeff.xyz --full'] } }); }