aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-10-21 04:53:18 +0000
committerAlee <Alee14498@gmail.com>2019-10-21 04:53:18 +0000
commitb6d9e3305107c221741108a8de7559c9d7f59f14 (patch)
tree695881f957dd9071f73c48ad6614499151b02b0a /commands/Getting Started/help.js
parent95917207f3ac60f9849dd2010d9a632b480d26db (diff)
downloadPokeBot-b6d9e3305107c221741108a8de7559c9d7f59f14.tar.gz
PokeBot-b6d9e3305107c221741108a8de7559c9d7f59f14.tar.bz2
PokeBot-b6d9e3305107c221741108a8de7559c9d7f59f14.zip
Got economy back + removed outdated help
Diffstat (limited to 'commands/Getting Started/help.js')
-rw-r--r--commands/Getting Started/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js
index 1e5ebdb..8c05e40 100644
--- a/commands/Getting Started/help.js
+++ b/commands/Getting Started/help.js
@@ -14,7 +14,7 @@ exports.run = (bot, msg, args) => {
embed
.setColor (0x36393e)
.setTitle('PokeBot Command List')
- .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')
+ .setDescription('PokeBot is back :D')
.setFooter('PokeBot v1.0');
const categories = Array.from(bot.categories.keys());