update description

This commit is contained in:
loicbersier 2020-03-19 16:19:07 +01:00
parent 8d379fe031
commit eaf3b91239

View file

@ -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']
}
});
}