From e3c5468b4748c879892ff520e20b7753d5c1ff0f Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 11 Mar 2018 19:36:24 -0400 Subject: 1.0 --- commands/Getting Started/help.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'commands/Getting Started/help.js') 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 => { -- cgit v1.2.3