From 6310355a8abf42320214a9c7472a3039e8c69167 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Tue, 13 Aug 2024 02:13:01 -0400 Subject: [PATCH 1/2] Add information about settings command --- util/lang/en-US.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/lang/en-US.json b/util/lang/en-US.json index 7564269..f258377 100644 --- a/util/lang/en-US.json +++ b/util/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]", From 17ac994fe9a681700e11cf5701d7e1b5d394f99a Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Tue, 13 Aug 2024 02:25:59 -0400 Subject: [PATCH 2/2] Fix settings colors --- commands/settings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'),