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/about.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/about.js')
| -rw-r--r-- | commands/about.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/about.js b/commands/about.js index 81f9bf8..5fd11de 100644 --- a/commands/about.js +++ b/commands/about.js @@ -23,8 +23,9 @@ module.exports.run = async (client, message) => { const aboutEmbed = new MessageEmbed() .setAuthor(`AleeBot ${require('../storage/settings.json').abVersion}`, client.user.avatarURL()) .addField('About AleeBot', 'AleeBot is an all-in-one bot that\'s made from the Discord.JS api!') + .addField('License', 'GNU General Public License v3.0') .addField('Contributors', 'Andrew Lee (Founder of this project)\nOfficialRain (Raina) (Uptime Command)\njtsshieh (Command Handler)') - .setFooter('© Copyright 2017-2021 Alee Productions, Licensed with GPL-3.0') + .setFooter('© Copyright 2017-2021 Alee Productions') .setColor('#1fd619'); let inviteButton = new MessageActionRow() |
