aboutsummaryrefslogtreecommitdiff
path: root/Commands/about.js
diff options
context:
space:
mode:
Diffstat (limited to 'Commands/about.js')
-rw-r--r--Commands/about.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands/about.js b/Commands/about.js
index 23c750e..e027d02 100644
--- a/Commands/about.js
+++ b/Commands/about.js
@@ -40,7 +40,7 @@ export default {
{ name: 'Frameworks', value: `Discord.JS ${version} + Voice` },
{ name: 'License', value: 'GNU General Public License v3.0' }
)
- .setFooter({ text: '© Copyright 2020-2022 Andrew Lee' })
+ .setFooter({ text: '© Copyright 2020-2023 Andrew Lee' })
.setColor('#0066ff');
const srcOrig = new ActionRowBuilder()