mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:09:33 +00:00 
			
		
		
		
	Update voiceStateUpdate.js
This commit is contained in:
		@@ -9,7 +9,7 @@ module.exports = {
 | 
				
			|||||||
                radio.songs = [];
 | 
					                radio.songs = [];
 | 
				
			||||||
                radio.looping = false;
 | 
					                radio.looping = false;
 | 
				
			||||||
                radio.endReason = "manual disconnect";
 | 
					                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) {
 | 
					            if (newState.member.voice.channel !== radio.voiceChannel) {
 | 
				
			||||||
                change = true;
 | 
					                change = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user