added some new fields for help

This commit is contained in:
Emily 2020-10-29 19:20:45 +11:00
parent 7f6d54f14b
commit 7464316789
17 changed files with 88 additions and 51 deletions

View file

@ -12,7 +12,8 @@ module.exports = class {
this.cooldown = 2000,
this.help = {
description: 'Shows you colours that can be random, a hex code or generated from the words you type into the command.',
usage: 'colour <hexcode | text>',
arguments: '[hexcode/text]',
details: '',
examples: '`colour` - generates a random colour\n`colour #ee79ff` - Displays the colour of this hexcode\n`colour alpaca` - Generates a colour from the word alpaca'
};
}