diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-30 19:56:13 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-30 19:56:13 -0400 |
| commit | caa341ec28a1247bd06602ba3bc727a7ff8f1fd7 (patch) | |
| tree | aba91bfdc0e9fd4c1683358fe4c4798127fc239c /commands/help.js | |
| parent | 946eebabce9011d653364880ffbd2e049bd49934 (diff) | |
| download | AleeBot-caa341ec28a1247bd06602ba3bc727a7ff8f1fd7.tar.gz AleeBot-caa341ec28a1247bd06602ba3bc727a7ff8f1fd7.tar.bz2 AleeBot-caa341ec28a1247bd06602ba3bc727a7ff8f1fd7.zip | |
Help + About changes; Corrections in README; Added new play status
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/help.js b/commands/help.js index 2bad795..8fe42cc 100644 --- a/commands/help.js +++ b/commands/help.js @@ -41,9 +41,8 @@ module.exports.run = async (client, message) => { 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('Every command you input into AleeBot is `' + prefix + '`') + .setDescription('Currently on the Alpha-Temp branch. Meaning that experimental features are enabled in this bot...') .setColor('#1fd619') - .setFooter('© Copyright 2017-2021 Alee Productions, Licensed with GPL-3.0'); categories.forEach(function(x) { let cat = ''; |
