Added Magic 8-Ball game.
This commit is contained in:
7
config/default.js
Normal file → Executable file
7
config/default.js
Normal file → Executable 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',
|
||||
|
||||
Reference in New Issue
Block a user