From 9f0a7470260d945d603526f8debd833c471c6c67 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sun, 15 Mar 2020 21:52:39 +0200 Subject: [PATCH] Update voiceStateUpdate.js --- events/voiceStateUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }