Updated SChat color styling. Censoring answers in Mash hints. Restored Letters board.
This commit is contained in:
@@ -24,13 +24,16 @@ module.exports = {
|
||||
channels: ['GamesNight'],
|
||||
games: ['mash', 'trivia', 'letters', 'duck', 'ping', 'say', 'kill', 'help'],
|
||||
schatColors: {
|
||||
red: 'var(--message-3)',
|
||||
green: 'var(--message-23)',
|
||||
yellow: 'var(--message-12)',
|
||||
pink: 'var(--message-57)',
|
||||
cyan: 'var(--message-31)',
|
||||
grey: 'var(--shadow)',
|
||||
// grey: 'var(--message-59)',
|
||||
red: 'red',
|
||||
orange: 'orange',
|
||||
yellow: 'yellow',
|
||||
green: 'green',
|
||||
cyan: 'cyan',
|
||||
blue: 'blue',
|
||||
purple: 'purple',
|
||||
magenta: 'magenta',
|
||||
pink: 'pink',
|
||||
grey: 'shadow',
|
||||
},
|
||||
trivia: {
|
||||
mode: 'first', // first or timeout
|
||||
|
||||
Reference in New Issue
Block a user