Update TriviaPlayer.js

This commit is contained in:
Aayu5h 2022-12-31 11:27:36 +05:30 committed by GitHub
parent c9c658dc62
commit 8e28c808d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ class TriviaPlayer {
let skipCounter = 0;
const skippedArray = [];
const collector = this.textChannel.channel.createMessageCollector({
const collector = this.textChannel.createMessageCollector({
time: 30000
});