Add more comments
This commit is contained in:
parent
2c85bfbe36
commit
051d170f3d
1 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,12 @@ export default {
|
||||||
keyTrusted: '3e9f13473eec8d64c3eabf6385e3f8585f0af39ed30a8db9a4c8d8bcfa35659d7d06a58b342bfd2db5e3cbb4003a81da8f9d25f7cce1ad26face8e2871c3b217', // Trusted key
|
keyTrusted: '3e9f13473eec8d64c3eabf6385e3f8585f0af39ed30a8db9a4c8d8bcfa35659d7d06a58b342bfd2db5e3cbb4003a81da8f9d25f7cce1ad26face8e2871c3b217', // Trusted key
|
||||||
keyOwner: '17d2c6c53b8919dc1ec22c42845018ac389824c4d73a68572b7fc57ff1442c6bbf9924d5ee5fa90cb23e384278d469c4e260208265b8ba2e2bc873045d5ed42e', // Owner key
|
keyOwner: '17d2c6c53b8919dc1ec22c42845018ac389824c4d73a68572b7fc57ff1442c6bbf9924d5ee5fa90cb23e384278d469c4e260208265b8ba2e2bc873045d5ed42e', // Owner key
|
||||||
colors: { // All colors the bot uses
|
colors: { // All colors the bot uses
|
||||||
secondary: '#DD99FF',
|
primary: '#EECCFF', // Used for primary subjects (e.g. items in lists)
|
||||||
primary: '#EECCFF',
|
secondary: '#DD99FF', // Used for secondary subjects (e.g. list labels)
|
||||||
tertiary: 'white',
|
tertiary: 'white', // Used mostly for messages
|
||||||
warning: '#FFAA33',
|
warning: '#FFAA33', // Used for warnings
|
||||||
error: '#FF6688',
|
error: '#FF6688', // Used for errors
|
||||||
fatalError: '#BB3344'
|
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
|
||||||
'ubotesm:',
|
'ubotesm:',
|
||||||
|
|
Loading…
Reference in a new issue