diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-21 01:37:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-21 01:37:02 -0400 |
| commit | 088a670056a07ea6ce76c9822abeb6139d08a29a (patch) | |
| tree | fe45b480e0cd4cee55866e576270cd3aacd4d79f /commands | |
| parent | 4c242ad7eef8202e58aac159810328b88a04749d (diff) | |
| download | PokeBot-088a670056a07ea6ce76c9822abeb6139d08a29a.tar.gz PokeBot-088a670056a07ea6ce76c9822abeb6139d08a29a.tar.bz2 PokeBot-088a670056a07ea6ce76c9822abeb6139d08a29a.zip | |
Some tweaking
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Getting Started/help.js | 4 |
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 => { |
