aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2018-11-11 21:06:11 -0500
committerGitHub <noreply@github.com>2018-11-11 21:06:11 -0500
commitaef850bdfbb16ffb1612132b5f780a14186b0d18 (patch)
treed09400cc9c12afc8f23c369213ea6d1fa59d2c3f /commands/help.js
parent46e29cca2b398ec311952a088baa4d523eea9004 (diff)
downloadAleeBot-aef850bdfbb16ffb1612132b5f780a14186b0d18.tar.gz
AleeBot-aef850bdfbb16ffb1612132b5f780a14186b0d18.tar.bz2
AleeBot-aef850bdfbb16ffb1612132b5f780a14186b0d18.zip
it's back!
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 8552c84..495da63 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 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')
+ .setDescription('Every command you input into AleeBot is `' + prefix + '`\n\nATTENTION ALL: ALEEBOT WILL NO LONGER RECIEVE UPDATES AFTER 2.11.3.')
.setColor('#1fd619')
.setFooter('AleeCorp Copyright 2018, Licensed with GPL-3.0');