grammar
This commit is contained in:
parent
be8c4f35d7
commit
6f4545de4c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module.exports = class Colour extends Command {
|
|||
constructor (name, category) {
|
||||
super (name, category);
|
||||
this.name = name,
|
||||
this.description = 'Shows you a random colour or a colour generated from a hex code or text.',
|
||||
this.description = 'Shows you a random colour, or a colour generated from a hex code or text.',
|
||||
this.category = category;
|
||||
this.options = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue