summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-11 21:19:01 -0500
committerAlee <alee14498@gmail.com>2018-11-11 21:19:01 -0500
commit33b5905e04184778afcb2e39509bc1a1f57b4558 (patch)
tree444252aeab0ca642793622fa84b3e2b3db547857 /commands
parentaf2061dcad2193ac88e3b2d65bc17cbbb14db953 (diff)
downloadAleeBot-33b5905e04184778afcb2e39509bc1a1f57b4558.tar.gz
AleeBot-33b5905e04184778afcb2e39509bc1a1f57b4558.tar.bz2
AleeBot-33b5905e04184778afcb2e39509bc1a1f57b4558.zip
More changes
Diffstat (limited to 'commands')
-rw-r--r--commands/help.js8
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
- *
+ *
* *************************************/
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) {