This commit is contained in:
Emily 2022-12-18 17:45:22 +11:00
parent be8c4f35d7
commit 6f4545de4c
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [
{