From 80bb069022f4093eef81c9897b2c8e8e6ab07d34 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 7 Jul 2018 20:17:38 -0400 Subject: 2.11.1 patch update --- commands/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index 318e5e2..4b19a57 100644 --- a/commands/help.js +++ b/commands/help.js @@ -38,13 +38,13 @@ module.exports.run = async (client, message) => { } let prefix = prefixes[message.guild.id].prefixes - + if (!message.guild.member(client.user).hasPermission('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.RichEmbed() .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help and on ${client.guilds.size} servers`, client.user.avatarURL) .setDescription('Every command you input into AleeBot is `' + prefix + '`') .setColor('#1fd619') .setFooter('AleeCorp Copyright 2018, Licensed with GPL-3.0'); - + categories.forEach(function(x) { let cat = ''; commands.forEach(function(command) { -- cgit v1.2.3