diff options
Diffstat (limited to 'commands/Getting Started')
| -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'); |
