From 0f2eba980f053ed447bd5d652ebecf8f6ebd21ad Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 11 Mar 2018 14:12:30 -0400 Subject: new help --- commands/Getting Started/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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'); -- cgit v1.2.3