mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 20:55:16 +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;
|
||||
const skippedArray = [];
|
||||
|
||||
const collector = this.textChannel.channel.createMessageCollector({
|
||||
const collector = this.textChannel.createMessageCollector({
|
||||
time: 30000
|
||||
});
|
||||
|
||||
|
|
@ -295,4 +295,4 @@ var normalizeValue = value =>
|
|||
.replace(/\s+/g, ' ')
|
||||
.toLowerCase(); // remove duplicate spaces
|
||||
|
||||
module.exports = TriviaPlayer;
|
||||
module.exports = TriviaPlayer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue