1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 18:56:00 +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

@ -29,7 +29,10 @@ module.exports = {
songs: [...songs],
volume: client.global.db.guilds[message.guild.id].defaultVolume,
playing: true,
looping: false
looping: false,
votes: 0,
voters: [],
votesNeeded: null
};
client.queue.set(message.guild.id, construct);
message.channel.send(":white_check_mark: Queue set!");