diff options
Diffstat (limited to 'commands/Getting Started/help.js')
| -rw-r--r-- | commands/Getting Started/help.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index 1d1dc15..2047f15 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -24,8 +24,9 @@ exports.run = (bot, msg, args) => { const embed = new RichEmbed(); embed .setColor (0x36393e) - .setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)') - .setFooter('PokeBot Beta'); + .setTitle('PokeBot Command List') + .setDescription('Full help contents can be found at http://www.digitalregion.ml/pokeworld/pokebot/commands/') + .setFooter('PokeBot v1.0'); const categories = Array.from(bot.categories.keys()); categories.forEach(x => { @@ -46,7 +47,7 @@ exports.run = (bot, msg, args) => { embed .setColor (0x00ae86) .setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)') - .setFooter('PokeBot Beta'); + .setFooter('PokeBot v1.0'); const categories = Array.from(bot.categories.keys()); categories.forEach(x => { |
