aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 14:12:30 -0400
committerTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 14:12:30 -0400
commit0f2eba980f053ed447bd5d652ebecf8f6ebd21ad (patch)
tree1705bbd0b0bc97427b75c4b1ea0d998664f68de0
parent6570cdb8a897eac1287ed677314383a8a4f5be9d (diff)
downloadPokeBot-0f2eba980f053ed447bd5d652ebecf8f6ebd21ad.tar.gz
PokeBot-0f2eba980f053ed447bd5d652ebecf8f6ebd21ad.tar.bz2
PokeBot-0f2eba980f053ed447bd5d652ebecf8f6ebd21ad.zip
new help
-rw-r--r--commands/Getting Started/help.js2
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');