update description
This commit is contained in:
parent
f681fefeec
commit
8d379fe031
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ class screenshotCommand extends Command {
|
||||||
],
|
],
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
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]',
|
usage: '[link to a website]',
|
||||||
examples: ['www.google.com']
|
examples: ['https://google.com']
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue