aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Getting Started')
-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());