aboutsummaryrefslogtreecommitdiff
path: root/commands/about.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-11 11:55:18 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-11 11:55:18 -0500
commitf5de90ba89146008af78c16e798e216efccf0c50 (patch)
tree75f2bb7cee8bacce3f92c2b1bc468c7831b3429e /commands/about.js
parent83dcca0a0279ce6415a3e9d153c13d91284369b0 (diff)
downloadAleeBot-f5de90ba89146008af78c16e798e216efccf0c50.tar.gz
AleeBot-f5de90ba89146008af78c16e798e216efccf0c50.tar.bz2
AleeBot-f5de90ba89146008af78c16e798e216efccf0c50.zip
Ability to add quotes, web interface, pending quotes
Diffstat (limited to 'commands/about.js')
-rw-r--r--commands/about.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/about.js b/commands/about.js
index 7272b6a..0ae756d 100644
--- a/commands/about.js
+++ b/commands/about.js
@@ -17,7 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* *************************************/
-const {MessageButton} = require("discord.js");
module.exports.run = async (client, message) => {
const { MessageEmbed, MessageButton, MessageActionRow } = require('discord.js');
@@ -30,7 +29,7 @@ module.exports.run = async (client, message) => {
.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', Contributors)
- .setFooter('© Copyright 2017-2023 Andrew Lee Projects')
+ .setFooter('© Copyright 2017-2025 Andrew Lee Projects')
.setColor('#1fd619');
let Buttons = new MessageActionRow()