diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 15:46:20 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 15:46:20 -0400 |
| commit | e683a3ae5b734654fd8fcd14b959a04db5f1f7ca (patch) | |
| tree | 8d4d630374c2ba01b7b892ee15efcc3709283ddf | |
| parent | d87b01055c8846e1a2ed86d8758db3802a8fb01b (diff) | |
| download | PokeBot-e683a3ae5b734654fd8fcd14b959a04db5f1f7ca.tar.gz PokeBot-e683a3ae5b734654fd8fcd14b959a04db5f1f7ca.tar.bz2 PokeBot-e683a3ae5b734654fd8fcd14b959a04db5f1f7ca.zip | |
we can try again
| -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'); |
