Version 1.0.0b - Final Version
This commit is contained in:
		@@ -211,6 +211,8 @@ module.exports.List = class {
 | 
			
		||||
               this.remove(next[0])
 | 
			
		||||
            
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            process.emit("MUSIC_UPDATE_STATE")
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    async playlistAdd(playlist, interaction, userId, ) {
 | 
			
		||||
@@ -291,7 +293,7 @@ module.exports.List = class {
 | 
			
		||||
    
 | 
			
		||||
                const song_finded = await client.manager.search(song.uri)
 | 
			
		||||
                next.push(song_finded.tracks[0])
 | 
			
		||||
 | 
			
		||||
                process.emit("MUSIC_UPDATE_STATE")
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if(!player.playing) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user