diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-17 01:11:09 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-17 01:11:09 -0500 |
| commit | 0bff828018685d97a0cb415d5aeb5bd3cb1c7ae0 (patch) | |
| tree | ad358e5458910187024c65a431729270ae81835d /Commands/about.js | |
| parent | 206ff4043839c87da84dfc384d9e96df0133ca8c (diff) | |
| download | DLAP-0bff828018685d97a0cb415d5aeb5bd3cb1c7ae0.tar.gz DLAP-0bff828018685d97a0cb415d5aeb5bd3cb1c7ae0.tar.bz2 DLAP-0bff828018685d97a0cb415d5aeb5bd3cb1c7ae0.zip | |
Added parlance translation team to credit
Diffstat (limited to 'Commands/about.js')
| -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 d74a9e9..9813e9c 100644 --- a/Commands/about.js +++ b/Commands/about.js @@ -36,7 +36,7 @@ export default { { name: t('aboutInfo'), value: t('aboutInfoValue') }, { name: t('aboutBotVersion'), value: `DLAP ${npmPackage.version}` }, { 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('aboutContributors'), value: 'Victor Moraes (Vicktor#7232) (Improving README)\nParlance Translation Team' }, // { name: t('aboutForked'), value: '[your name] (username)' }, { name: t('aboutFrameworks'), value: `Discord.JS ${version}\nmusic-metadata\ni18next` }, { name: t('aboutLicense'), value: 'GNU General Public License v3.0' } |
