From b56844ce366877c4720c616ddeb11d7e2aa715ce Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Wed, 20 Nov 2024 01:53:41 -0500 Subject: [PATCH] Update example settings comment --- settings_example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings_example.js b/settings_example.js index b46c32e..fb61287 100644 --- a/settings_example.js +++ b/settings_example.js @@ -8,8 +8,8 @@ export default { primary: '#EECCFF', // Used for primary subjects (e.g. items in lists) secondary: '#DD99FF', // Used for secondary subjects (e.g. list labels) tertiary: 'white', // Used mostly for messages - warning: '#FFAA33', // Used for warnings - error: '#FF6688', // Used for errors + warning: '#FFAA33', // Used for warnings that are sent to Minecraft chat + error: '#FF6688', // Used for errors that are sent to Minecraft chat fatalError: '#BB3344' // Used in errorh for crashes }, prefixes: [ // A list of prefixes the bot will respond to in-game