diff options
Diffstat (limited to 'commands/Getting Started/help.js')
| -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 ed053a2..1d1dc15 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 (0x2C2F33) + .setColor (0x36393e) .setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)') .setFooter('PokeBot Beta'); |
