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