diff options
Diffstat (limited to 'Commands')
| -rw-r--r-- | Commands/about.js | 2 |
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' }) |
