summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-07-24 21:28:03 -0400
committerAlee <alee14498@gmail.com>2018-07-24 21:28:03 -0400
commit46e29cca2b398ec311952a088baa4d523eea9004 (patch)
treedc9db0cfaaf12971c867cee6e579594b8b172aae /commands
parent79218a500c682ad7ae27991755567ffd6e9c9ae3 (diff)
parent74c0a1cfb3613e7037a34bc730cb4d35c6c213fc (diff)
downloadAleeBot-2.11.3.tar.gz
AleeBot-2.11.3.tar.bz2
AleeBot-2.11.3.zip
FINAL COMMIT.v2.11.3
Diffstat (limited to 'commands')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 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');