Add more comments

This commit is contained in:
7cc5c4f330d47060 2024-11-20 01:51:22 -05:00
parent 2c85bfbe36
commit 051d170f3d
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -5,12 +5,12 @@ export default {
keyTrusted: '3e9f13473eec8d64c3eabf6385e3f8585f0af39ed30a8db9a4c8d8bcfa35659d7d06a58b342bfd2db5e3cbb4003a81da8f9d25f7cce1ad26face8e2871c3b217', // Trusted key
keyOwner: '17d2c6c53b8919dc1ec22c42845018ac389824c4d73a68572b7fc57ff1442c6bbf9924d5ee5fa90cb23e384278d469c4e260208265b8ba2e2bc873045d5ed42e', // Owner key
colors: { // All colors the bot uses
secondary: '#DD99FF',
primary: '#EECCFF',
tertiary: 'white',
warning: '#FFAA33',
error: '#FF6688',
fatalError: '#BB3344'
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
fatalError: '#BB3344' // Used in errorh for crashes
},
prefixes: [ // A list of prefixes the bot will respond to in-game
'ubotesm:',