aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-09-20 09:24:37 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-09-20 09:24:37 -0400
commit85a8f11507c0fb74b67914090bdfe10c361b775e (patch)
treeda8b96c91854df8953da241ccfe9872e8effe496 /commands/help.js
parent96762ce209415c72e098a78771f80fcc41413280 (diff)
downloadAleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.tar.gz
AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.tar.bz2
AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.zip
Removed jail command; Added more activities; Few tweaks
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/help.js b/commands/help.js
index 8fe42cc..e925754 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -40,8 +40,8 @@ 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 and on ${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 | 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...')
.setColor('#1fd619')
categories.forEach(function(x) {