1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00

Update play.js

This commit is contained in:
MatteZ02 2019-11-23 10:38:43 +02:00
parent 65ef473f0d
commit afd2b3600f

View File

@ -18,6 +18,7 @@ module.exports = async function (guild, song, client, message, seek, play) {
} else {
console.log(reason);
}
serverQueue.playing = false;
if (serverQueue.looping) {
serverQueue.songs.push(serverQueue.songs[0]);
}