update description
This commit is contained in:
parent
8d379fe031
commit
eaf3b91239
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ class screenshotCommand extends Command {
|
||||||
],
|
],
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'Take a screenshot of a website. Need to start with http(s)://',
|
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]',
|
usage: '[link to a website] [optional: --full]',
|
||||||
examples: ['https://google.com']
|
examples: ['https://google.com', 'https://namejeff.xyz --full']
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue