diff --git a/events/voiceStateUpdate.js b/events/voiceStateUpdate.js index e09de8d7..d287afe2 100644 --- a/events/voiceStateUpdate.js +++ b/events/voiceStateUpdate.js @@ -27,7 +27,7 @@ module.exports = { queue.endReason = "Timeout"; queue.connection.dispatcher.end(); } - }, 12000); + }, 120000); } } }