Fix settings colors
This commit is contained in:
parent
6310355a8a
commit
17ac994fe9
1 changed files with 4 additions and 4 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Reference in a new issue