diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 19:36:24 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 19:36:24 -0400 |
| commit | e3c5468b4748c879892ff520e20b7753d5c1ff0f (patch) | |
| tree | 3bb577333a70dde702115adbb52f9ffe7a10b062 /commands/Getting Started/help.js | |
| parent | 81e8c6088d82ff8e3d54fe8fb739ce6a3f334dd7 (diff) | |
| download | PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.tar.gz PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.tar.bz2 PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.zip | |
1.0
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 => { |
