diff options
| author | Alee <Alee14498@gmail.com> | 2018-11-11 21:08:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-11 21:08:29 -0500 |
| commit | 09239bbcb6357bd5a4427b718565407adc3f6ffe (patch) | |
| tree | 52a2b836c44f1ad5f2024499d1f23c43ce90f1ff /commands | |
| parent | ecf771197b0d7d30c1c452fa2af84a8f9416b766 (diff) | |
| download | AleeBot-09239bbcb6357bd5a4427b718565407adc3f6ffe.tar.gz AleeBot-09239bbcb6357bd5a4427b718565407adc3f6ffe.tar.bz2 AleeBot-09239bbcb6357bd5a4427b718565407adc3f6ffe.zip | |
Update help.js
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/help.js | 2 |
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');
|
