aboutsummaryrefslogtreecommitdiff
path: root/Commands
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-15 20:27:52 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-15 21:33:55 -0500
commitd7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78 (patch)
treec942db057f3716067bbda9a58e5a28a9c9c6b371 /Commands
parent891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c (diff)
downloadDLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.tar.gz
DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.tar.bz2
DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.zip
Remove unneeded packages; Parlance config; Changes in about
Diffstat (limited to 'Commands')
-rw-r--r--Commands/about.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands/about.js b/Commands/about.js
index 8e1d31d..d74a9e9 100644
--- a/Commands/about.js
+++ b/Commands/about.js
@@ -38,7 +38,7 @@ export default {
{ name: t('aboutCreator'), value: 'Andrew Lee (alee)' }, // Do not remove this since I created this :)
{ name: t('aboutContributors'), value: 'Victor Moraes (Vicktor#7232) (Improving README)' },
// { name: t('aboutForked'), value: '[your name] (username)' },
- { name: t('aboutFrameworks'), value: `Discord.JS ${version}\nmusic-metadata` },
+ { name: t('aboutFrameworks'), value: `Discord.JS ${version}\nmusic-metadata\ni18next` },
{ name: t('aboutLicense'), value: 'GNU General Public License v3.0' }
)
.setFooter({ text: '© Copyright 2020-2024 Andrew Lee' })