mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 08:49:34 +00:00 
			
		
		
		
	Update voiceStateUpdate.js
This commit is contained in:
		@@ -9,7 +9,7 @@ module.exports = {
 | 
			
		||||
                radio.songs = [];
 | 
			
		||||
                radio.looping = false;
 | 
			
		||||
                radio.endReason = "manual disconnect";
 | 
			
		||||
                return client.queue.delete(newState.guild.id);
 | 
			
		||||
                return client.radio.delete(newState.guild.id);
 | 
			
		||||
            }
 | 
			
		||||
            if (newState.member.voice.channel !== radio.voiceChannel) {
 | 
			
		||||
                change = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user