1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 06:16:00 +00:00

Revert "Updated looping function"

This reverts commit 6ebbf0216d.
This commit is contained in:
MatteZ02
2019-10-12 11:14:12 +03:00
parent fc2d513694
commit 6ef55d2255
6 changed files with 155 additions and 1279 deletions

View File

@ -14,10 +14,12 @@ module.exports = {
}
}
if (!serverQueue.looping) {
client.secondaryQueue = [...serverQueue.songs]
serverQueue.looping = true;
message.channel.send(':repeat: Looping the queue now!');
} else {
serverQueue.looping = false;
client.secondaryQueue = [];
message.channel.send(':repeat: No longer looping the queue!');
}
} else {