Fix settings colors

This commit is contained in:
7cc5c4f330d47060 2024-08-13 02:25:59 -04:00
parent 6310355a8a
commit 17ac994fe9
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -78,7 +78,7 @@ module.exports = {
case 'get':{ case 'get':{
c.reply({ c.reply({
translate: "%s: %s", translate: "%s: %s",
color: c.colors.secondary, color: c.colors.primary,
with:[ with:[
{ {
text: getMessage(c.lang, 'command.settings.get.colorPrimary'), text: getMessage(c.lang, 'command.settings.get.colorPrimary'),
@ -92,7 +92,7 @@ module.exports = {
}) })
c.reply({ c.reply({
translate: "%s: %s", translate: "%s: %s",
color: c.colors.secondary, color: c.colors.primary,
with:[ with:[
{ {
text: getMessage(c.lang, 'command.settings.get.colorSecondary'), text: getMessage(c.lang, 'command.settings.get.colorSecondary'),
@ -106,11 +106,11 @@ module.exports = {
}) })
c.reply({ c.reply({
translate: "%s: %s (%s)", translate: "%s: %s (%s)",
color: c.colors.secondary, color: c.colors.primary,
with:[ with:[
{ {
text: getMessage(c.lang, 'command.settings.get.language'), text: getMessage(c.lang, 'command.settings.get.language'),
color: c.colors.primary color: c.colors.secondary
}, },
{ {
text: getMessage(c.lang, 'language.name'), text: getMessage(c.lang, 'language.name'),