diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-05-05 21:34:28 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-05-05 21:34:28 -0400 |
| commit | f04e81c2eab9c464def95866e07cfef5050eb4df (patch) | |
| tree | 2f6ccbb7fdb6bbabb902ef63b032ae56dc4c1c01 /commands/Getting Started | |
| parent | 932e6816a2c2e1bcd089c6bc476db6f4d18cec2a (diff) | |
| download | PokeBot-f04e81c2eab9c464def95866e07cfef5050eb4df.tar.gz PokeBot-f04e81c2eab9c464def95866e07cfef5050eb4df.tar.bz2 PokeBot-f04e81c2eab9c464def95866e07cfef5050eb4df.zip | |
please do it
Diffstat (limited to 'commands/Getting Started')
| -rw-r--r-- | commands/Getting Started/help.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index 1f6cf44..c85116b 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -15,6 +15,7 @@ exports.run = (bot, msg, args) => { .setColor (0x36393e) .setTitle('PokeBot Command List') .setDescription('Full help contents can be found at http://universedevgroup.net/pokeworld/pokebot/commands/') + .addField('Hey You', 'Yes You over there, have you been noticing these awful pings? Well that\'s because our old server died and we are hosting on a rpi on a network that is very bad. Donate Today @ https://patreon.com/pallet to keep this project going.') .setFooter('PokeBot v1.0'); const categories = Array.from(bot.categories.keys()); |
