From 33b5905e04184778afcb2e39509bc1a1f57b4558 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 11 Nov 2018 21:19:01 -0500 Subject: More changes --- commands/help.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index a3400b7..dd4a85f 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,5 +1,5 @@ /**************************************** - * + * * Help: Command for AleeBot * Copyright (C) 2018 AleeCorp * @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * + * * *************************************/ const Discord = require('discord.js'); const fs = require('fs'); @@ -41,10 +41,10 @@ module.exports.run = async (client, message) => { 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 + '`\n\nATTENTION ALL: ALEEBOT WILL NO LONGER RECIEVE UPDATES AFTER 2.11.4.') + .setDescription('Every command you input into AleeBot is `' + prefix + '`\n\nATTENTION ALL: ALEEBOT WILL BE CONTINUING BUT ALEE WON\'T BE DEVELOPING IT MUCH...') .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