diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 14:12:30 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 14:12:30 -0400 |
| commit | 0f2eba980f053ed447bd5d652ebecf8f6ebd21ad (patch) | |
| tree | 1705bbd0b0bc97427b75c4b1ea0d998664f68de0 | |
| parent | 6570cdb8a897eac1287ed677314383a8a4f5be9d (diff) | |
| download | PokeBot-0f2eba980f053ed447bd5d652ebecf8f6ebd21ad.tar.gz PokeBot-0f2eba980f053ed447bd5d652ebecf8f6ebd21ad.tar.bz2 PokeBot-0f2eba980f053ed447bd5d652ebecf8f6ebd21ad.zip | |
new help
| -rw-r--r-- | commands/Getting Started/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index b7f3058..ed053a2 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -23,7 +23,7 @@ exports.run = (bot, msg, args) => { if (!args[0]) { const embed = new RichEmbed(); embed - .setColor (0x00ae86) + .setColor (0x2C2F33) .setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)') .setFooter('PokeBot Beta'); |
