mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 18:56:00 +00:00
preps
This commit is contained in:
@ -12,6 +12,8 @@ module.exports = async function (client, reason, guild) {
|
||||
if (serverQueue.looping) {
|
||||
serverQueue.songs.push(serverQueue.songs[0]);
|
||||
}
|
||||
serverQueue.votes = 0;
|
||||
serverQueue.voters = [];
|
||||
serverQueue.songs.shift();
|
||||
}
|
||||
client.funcs.play(guild, serverQueue.songs[0], client, 0, true);
|
||||
|
Reference in New Issue
Block a user