Added ping and duck, showing category in trivia.

This commit is contained in:
2021-11-12 16:43:20 +01:00
parent 39341178ff
commit 6ac189235c
5 changed files with 133 additions and 21 deletions

View File

@@ -20,10 +20,13 @@ module.exports = {
color: 'var(--message-56)',
},
channels: ['GamesNight'],
games: ['mash', 'trivia'],
games: ['mash', 'trivia', 'ping', 'duck'],
trivia: {
mode: 'first', // first or timeout
rounds: 10,
timeout: 30,
},
duck: {
interval: [10, 3600], // seconds
},
};