diff --git a/commands/settings.js b/commands/settings.js index 6fa2e81..c6f3fe7 100644 --- a/commands/settings.js +++ b/commands/settings.js @@ -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'), diff --git a/lang/en-US.json b/lang/en-US.json index d0dd80f..b35b47e 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -29,6 +29,8 @@ "command.refill.desc": "Refill core", "command.say.usage": " ", "command.say.desc": "Sends a message to chat", + "command.settings.usage": " get|| set ", + "command.settings.desc": "Set your user preferences", "command.stop.usage": "", "command.stop.desc": "Restart bot", "command.template.usage": " [optional]",