aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-14 00:16:49 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-14 00:16:49 -0400
commit0c0155a4d207611fb3d975f9e7e56d04fff63d44 (patch)
treed36af29ecd127f9865118872f6c56d35dcfa2c7b /commands/help.js
parent1a7a627446edfeb270850f0ed15c9c8d604380b2 (diff)
downloadAleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.gz
AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.bz2
AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.zip
Docker; Removed packages; Removed binaryworks refs
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/commands/help.js b/commands/help.js
index e925754..0b9191e 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -40,8 +40,9 @@ module.exports.run = async (client, message) => {
const prefix = prefixes[message.guild.id].prefixes;
if (!message.guild.members.cache.get(client.user.id).permissions.has('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.MessageEmbed()
- .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help | Serving in ${client.guilds.cache.size} servers`, client.user.avatarURL())
- .setDescription('[!] Currently on the Alpha-Temp branch. Meaning that experimental features are enabled in this bot...')
+ .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help`, client.user.avatarURL())
+ .setDescription('Every command you input into AleeBot is `ab:`')
+ .setFooter(`Currently serving on ${client.guilds.cache.size} servers`)
.setColor('#1fd619')
categories.forEach(function(x) {