Update voiceStateUpdate.js

This commit is contained in:
MatteZ02 2020-03-11 13:44:06 +02:00
parent 92c5ae2e12
commit abbc996524

View File

@ -1,7 +1,6 @@
module.exports = {
name: 'voiceStateUpdate',
async execute(client, oldState, newState) {
console.log('voicesateupate')
let change = false;
const radio = client.radio.get(newState.guild.id);
if (!radio) return;
@ -20,7 +19,6 @@ module.exports = {
if (oldState.channel === null) return;
if (oldState.channel.members.size === 1 && oldState.channel === radio.voiceChannel || change) {
setTimeout(() => {
console.log('timeout')
if (!radio) return;
if (radio.voiceChannel.members.size === 1) {
radio.songs = [];