aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-05-05 21:34:28 -0400
committerUnknown <jtsshieh@outlook.com>2018-05-05 21:34:28 -0400
commitf04e81c2eab9c464def95866e07cfef5050eb4df (patch)
tree2f6ccbb7fdb6bbabb902ef63b032ae56dc4c1c01 /commands
parent932e6816a2c2e1bcd089c6bc476db6f4d18cec2a (diff)
downloadPokeBot-f04e81c2eab9c464def95866e07cfef5050eb4df.tar.gz
PokeBot-f04e81c2eab9c464def95866e07cfef5050eb4df.tar.bz2
PokeBot-f04e81c2eab9c464def95866e07cfef5050eb4df.zip
please do it
Diffstat (limited to 'commands')
-rw-r--r--commands/Getting Started/help.js1
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());