aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2018-11-11 21:08:29 -0500
committerGitHub <noreply@github.com>2018-11-11 21:08:29 -0500
commit09239bbcb6357bd5a4427b718565407adc3f6ffe (patch)
tree52a2b836c44f1ad5f2024499d1f23c43ce90f1ff /commands/help.js
parentecf771197b0d7d30c1c452fa2af84a8f9416b766 (diff)
downloadAleeBot-09239bbcb6357bd5a4427b718565407adc3f6ffe.tar.gz
AleeBot-09239bbcb6357bd5a4427b718565407adc3f6ffe.tar.bz2
AleeBot-09239bbcb6357bd5a4427b718565407adc3f6ffe.zip
Update help.js
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js
index 495da63..a3400b7 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -41,7 +41,7 @@ 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.3.')
+ .setDescription('Every command you input into AleeBot is `' + prefix + '`\n\nATTENTION ALL: ALEEBOT WILL NO LONGER RECIEVE UPDATES AFTER 2.11.4.')
.setColor('#1fd619')
.setFooter('AleeCorp Copyright 2018, Licensed with GPL-3.0');