diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 20:19:36 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 20:19:36 -0500 |
| commit | 891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c (patch) | |
| tree | 645affdddeadca3a470a0d8385d28d7d09696a53 /Commands/about.js | |
| parent | ec7a6d2cd4b0d25251d5e9691a148a2b07984509 (diff) | |
| download | DLAP-891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c.tar.gz DLAP-891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c.tar.bz2 DLAP-891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c.zip | |
Deploy command changes; Filter bots on vote; Fixed status
Diffstat (limited to 'Commands/about.js')
| -rw-r--r-- | Commands/about.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Commands/about.js b/Commands/about.js index d8afa52..8e1d31d 100644 --- a/Commands/about.js +++ b/Commands/about.js @@ -36,9 +36,9 @@ 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: '[your name] (username)' }, + { name: t('aboutContributors'), value: 'Victor Moraes (Vicktor#7232) (Improving README)' }, // { name: t('aboutForked'), value: '[your name] (username)' }, - { name: t('aboutFrameworks'), value: `Discord.JS ${version} + Voice` }, + { name: t('aboutFrameworks'), value: `Discord.JS ${version}\nmusic-metadata` }, { name: t('aboutLicense'), value: 'GNU General Public License v3.0' } ) .setFooter({ text: '© Copyright 2020-2024 Andrew Lee' }) |
