Update voiceStateUpdate.js

This commit is contained in:
MatteZ02 2020-03-11 13:42:01 +02:00
parent 30e8da52d7
commit 92c5ae2e12

View File

@ -29,7 +29,7 @@ module.exports = {
radio.voiceChannel.leave(); radio.voiceChannel.leave();
client.radio.delete(newState.guild.id); client.radio.delete(newState.guild.id);
} }
}, 1200); }, 120000);
} }
} }
} }