From 0bff828018685d97a0cb415d5aeb5bd3cb1c7ae0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 17 Feb 2024 01:11:09 -0500 Subject: Added parlance translation team to credit --- Commands/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Commands/about.js') 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' } -- cgit v1.2.3