Version 0.9.3b - Ajout du skip cut
This commit is contained in:
		@@ -394,11 +394,15 @@ module.exports.skip = function (client, interaction) {
 | 
			
		||||
 | 
			
		||||
        let player = client.manager.players.get("137291455336022018")
 | 
			
		||||
 | 
			
		||||
        if(list.haveSongs()) {
 | 
			
		||||
        if(player) {
 | 
			
		||||
 | 
			
		||||
            player.stop()
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
       
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    process.emit("MUSIC_UPDATE_STATE")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user