Added Magic 8-Ball game.

This commit is contained in:
Niels Simenon
2022-10-28 00:22:00 +02:00
parent 34fb977e77
commit acf60eeca0
104 changed files with 124 additions and 5 deletions

7
config/default.js Normal file → Executable file
View File

@@ -21,8 +21,13 @@ module.exports = {
greeting: 'Hi, I am aisha, your game host!',
usernamePrefix: '@',
channels: ['GamesNight'],
games: ['mash', 'trivia', 'letters', 'duck', 'dice', 'rock-paper-scissors', 'ping', 'say', 'kill', 'uptime', 'help'],
games: ['mash', 'trivia', 'letters', 'duck', '8ball', 'dice', 'rock-paper-scissors', 'ping', 'say', 'kill', 'uptime', 'help'],
schatColors: {
white: 'white',
blue: 'var(--message-40)',
navy: 'var(--message-41)',
},
schatColorAliases: {
red: 'red',
orange: 'orange',
yellow: 'yellow',