Added boundaries to Trivia rounds and timeout.
This commit is contained in:
@@ -24,6 +24,10 @@ module.exports = {
|
||||
mode: 'first', // first or timeout
|
||||
rounds: 10,
|
||||
timeout: 60,
|
||||
bounds: {
|
||||
rounds: [1, 30],
|
||||
timeout: [5, 300],
|
||||
},
|
||||
},
|
||||
duck: {
|
||||
interval: [10, 3600], // seconds
|
||||
|
||||
Reference in New Issue
Block a user