aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-05-05 21:41:05 -0400
committerGitHub <noreply@github.com>2018-05-05 21:41:05 -0400
commit6faab8d3e10049ab0d6f0592e10e66b0624e9161 (patch)
treede26bf214baa9dcfd1b82b72743427390514671e /commands/Getting Started/help.js
parentf04e81c2eab9c464def95866e07cfef5050eb4df (diff)
downloadPokeBot-6faab8d3e10049ab0d6f0592e10e66b0624e9161.tar.gz
PokeBot-6faab8d3e10049ab0d6f0592e10e66b0624e9161.tar.bz2
PokeBot-6faab8d3e10049ab0d6f0592e10e66b0624e9161.zip
fuck this
Diffstat (limited to 'commands/Getting Started/help.js')
-rw-r--r--commands/Getting Started/help.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js
index c85116b..1e5ebdb 100644
--- a/commands/Getting Started/help.js
+++ b/commands/Getting Started/help.js
@@ -14,8 +14,7 @@ exports.run = (bot, msg, args) => {
embed
.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.')
+ .setDescription('Our main VPS just died, so now we host PokeBot on a RPI with pings of over 2000 MS. Therefore, we need to rely on you for our funding. Please support us using the below links to keep this project alive!\nhttps://patreon.com/pallet\nhttps://fiverr.com/universedg')
.setFooter('PokeBot v1.0');
const categories = Array.from(bot.categories.keys());