diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 12:53:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 12:53:52 -0400 |
| commit | d62339796f3fd1aa7d669c10a18ae03d301289c3 (patch) | |
| tree | b4a4ab5f04e4eeaff6df59573d5b2dc791815601 /Commands/about.js | |
| parent | 368d580f976070b31d92061509fbf19a7f81fed8 (diff) | |
| download | DLAP-d62339796f3fd1aa7d669c10a18ae03d301289c3.tar.gz DLAP-d62339796f3fd1aa7d669c10a18ae03d301289c3.tar.bz2 DLAP-d62339796f3fd1aa7d669c10a18ae03d301289c3.zip | |
Updated packages; Lists now uses queue; Credits
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 8b63ca2..4b8a9ea 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)\nParlance Translation Team' }, + { name: t('aboutContributors'), value: 'Victor Moraes (Vicktor#7232) (Improving README)\nAizuddin Akmal (AizuddinAkmal) (Improved Dockerfile)\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' } |
