mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 09:49:32 +00:00 
			
		
		
		
	Voteskip
This commit is contained in:
		@@ -22,7 +22,10 @@ module.exports = async function (video, message, voiceChannel, client, playlist
 | 
			
		||||
            songs: [],
 | 
			
		||||
            volume: client.global.db.guilds[message.guild.id].defaultVolume,
 | 
			
		||||
            playing: true,
 | 
			
		||||
            looping: false
 | 
			
		||||
            looping: false,
 | 
			
		||||
            votes: 0,
 | 
			
		||||
            voters: [],
 | 
			
		||||
            votesNeeded: null
 | 
			
		||||
        };
 | 
			
		||||
        construct.songs.push(song);
 | 
			
		||||
        client.queue.set(message.guild.id, construct);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user