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':{
|
||||
c.reply({
|
||||
translate: "%s: %s",
|
||||
color: c.colors.secondary,
|
||||
color: c.colors.primary,
|
||||
with:[
|
||||
{
|
||||
text: getMessage(c.lang, 'command.settings.get.colorPrimary'),
|
||||
|
@ -92,7 +92,7 @@ module.exports = {
|
|||
})
|
||||
c.reply({
|
||||
translate: "%s: %s",
|
||||
color: c.colors.secondary,
|
||||
color: c.colors.primary,
|
||||
with:[
|
||||
{
|
||||
text: getMessage(c.lang, 'command.settings.get.colorSecondary'),
|
||||
|
@ -106,11 +106,11 @@ module.exports = {
|
|||
})
|
||||
c.reply({
|
||||
translate: "%s: %s (%s)",
|
||||
color: c.colors.secondary,
|
||||
color: c.colors.primary,
|
||||
with:[
|
||||
{
|
||||
text: getMessage(c.lang, 'command.settings.get.language'),
|
||||
color: c.colors.primary
|
||||
color: c.colors.secondary
|
||||
},
|
||||
{
|
||||
text: getMessage(c.lang, 'language.name'),
|
||||
|
|
Loading…
Reference in a new issue