1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-06 09:50:48 +00:00
This commit is contained in:
MatteZ02
2019-11-19 15:59:14 +02:00
parent c32d592074
commit 698bb0eb9b
5 changed files with 53 additions and 1088 deletions

View File

@ -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);