Update example settings comment
This commit is contained in:
parent
051d170f3d
commit
b56844ce36
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue