aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Getting Started/help.js')
-rw-r--r--commands/Getting Started/help.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js
index 8c05e40..4ee6ce5 100644
--- a/commands/Getting Started/help.js
+++ b/commands/Getting Started/help.js
@@ -14,8 +14,8 @@ exports.run = (bot, msg, args) => {
embed
.setColor (0x36393e)
.setTitle('PokeBot Command List')
- .setDescription('PokeBot is back :D')
- .setFooter('PokeBot v1.0');
+ .setDescription('PokeBot prefix is `p:`.')
+ .setFooter(`PokeBot v1.0 is on ${bot.guilds.size} servers.`);
const categories = Array.from(bot.categories.keys());
categories.forEach(x => {