This commit is contained in:
Emily 2022-12-18 17:45:22 +11:00
parent be8c4f35d7
commit 6f4545de4c

View file

@ -4,7 +4,7 @@ module.exports = class Colour extends Command {
constructor (name, category) { constructor (name, category) {
super (name, category); super (name, category);
this.name = name, 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.category = category;
this.options = [ this.options = [
{ {