From e683a3ae5b734654fd8fcd14b959a04db5f1f7ca Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 11 Mar 2018 15:46:20 -0400 Subject: [PATCH] we can try again --- commands/Getting Started/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');