Added dice.

This commit is contained in:
2022-10-24 00:25:13 +02:00
parent 32034b7b6f
commit ef5b6ad856
3 changed files with 43 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
greeting: 'Hi, I am aisha, your game host!',
usernamePrefix: '@',
channels: ['GamesNight'],
games: ['mash', 'trivia', 'letters', 'duck', 'ping', 'say', 'kill', 'uptime', 'help'],
games: ['mash', 'trivia', 'letters', 'duck', 'dice', 'ping', 'say', 'kill', 'uptime', 'help'],
schatColors: {
red: 'red',
orange: 'orange',
@@ -53,4 +53,8 @@ module.exports = {
length: 9,
timeout: 60,
},
dice: {
maxRolls: 10,
maxFaces: 1000,
},
};