summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-07-24 21:24:55 -0400
committerAlee <alee14498@gmail.com>2018-07-24 21:24:55 -0400
commit9461d76ff095d08a042b54ad05ecf47d21e61c2e (patch)
treeb4f0c69b18e2f23dcee2ff267d9cecb5ea3171ec
parent8f583b6daa99887c0e4deaecb8f501cd01c8a752 (diff)
downloadAleeBot-9461d76ff095d08a042b54ad05ecf47d21e61c2e.tar.gz
AleeBot-9461d76ff095d08a042b54ad05ecf47d21e61c2e.tar.bz2
AleeBot-9461d76ff095d08a042b54ad05ecf47d21e61c2e.zip
FINAL COMMIT.
-rw-r--r--commands/help.js2
-rw-r--r--storage/settings.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/help.js b/commands/help.js
index 4b19a57..8552c84 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 + '`')
+ .setDescription('Every command you input into AleeBot is `' + prefix + '`\n\nATTENTION ALL: ALEEBOT WILL MERGE WITH GALAXY AND NO LONGER RECIEVE UPDATES AFTER 2.11.3. SERVICE WILL GO DOWN IN NOVEMBER 1ST 2018.\n\nInvite link here: https://discordapp.com/oauth2/authorize?client_id=417096530596724737&permissions=2146954487&scope=bot')
.setColor('#1fd619')
.setFooter('AleeCorp Copyright 2018, Licensed with GPL-3.0');
diff --git a/storage/settings.json b/storage/settings.json
index 8440772..46bf845 100644
--- a/storage/settings.json
+++ b/storage/settings.json
@@ -1,4 +1,4 @@
{
- "abVersion": "2.11.2",
+ "abVersion": "2.11.3",
"prefix": "abb:"
}