diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-09-15 15:06:29 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-09-15 15:06:29 -0400 |
| commit | 96762ce209415c72e098a78771f80fcc41413280 (patch) | |
| tree | 4340e737752f0468aeab7451bfb7c30db7e0de50 /commands/about.js | |
| parent | caa341ec28a1247bd06602ba3bc727a7ff8f1fd7 (diff) | |
| download | AleeBot-96762ce209415c72e098a78771f80fcc41413280.tar.gz AleeBot-96762ce209415c72e098a78771f80fcc41413280.tar.bz2 AleeBot-96762ce209415c72e098a78771f80fcc41413280.zip | |
2022 update; Modularized activities
Diffstat (limited to 'commands/about.js')
| -rw-r--r-- | commands/about.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/about.js b/commands/about.js index 5fd11de..14daebb 100644 --- a/commands/about.js +++ b/commands/about.js @@ -22,10 +22,10 @@ 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('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') + .setFooter('© Copyright 2017-2022 Andrew Lee Projects') .setColor('#1fd619'); let inviteButton = new MessageActionRow() |
