aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-10-21 01:37:02 -0400
committerAndrew Lee <alee14498@gmail.com>2019-10-21 01:37:02 -0400
commit088a670056a07ea6ce76c9822abeb6139d08a29a (patch)
treefe45b480e0cd4cee55866e576270cd3aacd4d79f /commands/Getting Started/help.js
parent4c242ad7eef8202e58aac159810328b88a04749d (diff)
downloadPokeBot-088a670056a07ea6ce76c9822abeb6139d08a29a.tar.gz
PokeBot-088a670056a07ea6ce76c9822abeb6139d08a29a.tar.bz2
PokeBot-088a670056a07ea6ce76c9822abeb6139d08a29a.zip
Some tweaking
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 => {