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)
|
primary: '#EECCFF', // Used for primary subjects (e.g. items in lists)
|
||||||
secondary: '#DD99FF', // Used for secondary subjects (e.g. list labels)
|
secondary: '#DD99FF', // Used for secondary subjects (e.g. list labels)
|
||||||
tertiary: 'white', // Used mostly for messages
|
tertiary: 'white', // Used mostly for messages
|
||||||
warning: '#FFAA33', // Used for warnings
|
warning: '#FFAA33', // Used for warnings that are sent to Minecraft chat
|
||||||
error: '#FF6688', // Used for errors
|
error: '#FF6688', // Used for errors that are sent to Minecraft chat
|
||||||
fatalError: '#BB3344' // Used in errorh for crashes
|
fatalError: '#BB3344' // Used in errorh for crashes
|
||||||
},
|
},
|
||||||
prefixes: [ // A list of prefixes the bot will respond to in-game
|
prefixes: [ // A list of prefixes the bot will respond to in-game
|
||||||
|
|
Loading…
Reference in a new issue