Added letter generator to letters game.

This commit is contained in:
Niels Simenon
2022-10-28 03:44:09 +02:00
parent 809e79affe
commit dc6df7c344
2 changed files with 12 additions and 2 deletions

View File

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