mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 03:09:32 +00:00 
			
		
		
		
	Fixing #11
This commit is contained in:
		@@ -32,7 +32,7 @@ module.exports = {
 | 
			
		||||
        }
 | 
			
		||||
        if (oldState.channel.members.size === 1 && oldState.channel === radio.voiceChannel || change) {
 | 
			
		||||
            setTimeout(() => {
 | 
			
		||||
                if (!radio) return;
 | 
			
		||||
                if (!radio || !radio.connection.dispatcher || !radio.connection.dispatcher === null) return;
 | 
			
		||||
                if (radio.voiceChannel.members.size === 1) {
 | 
			
		||||
                    client.funcs.statisticsUpdate(client, newState.guild, radio);
 | 
			
		||||
                    radio.connection.dispatcher.destroy();
 | 
			
		||||
@@ -42,4 +42,4 @@ module.exports = {
 | 
			
		||||
            }, 120000);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user