mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 18:35:22 +00:00
Update TriviaPlayer.js
This commit is contained in:
parent
c9c658dc62
commit
8e28c808d7
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ class TriviaPlayer {
|
||||||
let skipCounter = 0;
|
let skipCounter = 0;
|
||||||
const skippedArray = [];
|
const skippedArray = [];
|
||||||
|
|
||||||
const collector = this.textChannel.channel.createMessageCollector({
|
const collector = this.textChannel.createMessageCollector({
|
||||||
time: 30000
|
time: 30000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -295,4 +295,4 @@ var normalizeValue = value =>
|
||||||
.replace(/\s+/g, ' ')
|
.replace(/\s+/g, ' ')
|
||||||
.toLowerCase(); // remove duplicate spaces
|
.toLowerCase(); // remove duplicate spaces
|
||||||
|
|
||||||
module.exports = TriviaPlayer;
|
module.exports = TriviaPlayer;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue