aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/help.js b/commands/help.js
index 8fe42cc..e925754 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -40,8 +40,8 @@ module.exports.run = async (client, message) => {
const prefix = prefixes[message.guild.id].prefixes;
if (!message.guild.members.cache.get(client.user.id).permissions.has('EMBED_LINKS')) return message.reply('ERROR: AleeBot doesn\'t have the permission to send embed links, please enable them to use the full help.');
const embed = new Discord.MessageEmbed()
- .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help and on ${client.guilds.cache.size} servers`, client.user.avatarURL())
- .setDescription('Currently on the Alpha-Temp branch. Meaning that experimental features are enabled in this bot...')
+ .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help | Serving in ${client.guilds.cache.size} servers`, client.user.avatarURL())
+ .setDescription('[!] Currently on the Alpha-Temp branch. Meaning that experimental features are enabled in this bot...')
.setColor('#1fd619')
categories.forEach(function(x) {