aboutsummaryrefslogtreecommitdiff
path: root/Commands/about.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-03-26 23:44:05 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-05-04 22:19:10 -0400
commit8c81aadddea65eef415f5b84986db21eff1fb20f (patch)
tree3e7cde1a4f9cc0e342dd1e9bcdfdc189c3645e28 /Commands/about.js
parentb29ab06623fd24cfc2a611bdd658b4d2ef934335 (diff)
downloadDLAP-8c81aadddea65eef415f5b84986db21eff1fb20f.tar.gz
DLAP-8c81aadddea65eef415f5b84986db21eff1fb20f.tar.bz2
DLAP-8c81aadddea65eef415f5b84986db21eff1fb20f.zip
2023 update; Started to work on i18n; Readded voting
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()