From 92c5ae2e12a32058bcc72e99ea5689f13a0faec8 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Wed, 11 Mar 2020 13:42:01 +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 4ec2428..49383a4 100644 --- a/events/voiceStateUpdate.js +++ b/events/voiceStateUpdate.js @@ -29,7 +29,7 @@ module.exports = { radio.voiceChannel.leave(); client.radio.delete(newState.guild.id); } - }, 1200); + }, 120000); } } } \ No newline at end of file