mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update play.js
This commit is contained in:
parent
65ef473f0d
commit
afd2b3600f
@ -18,6 +18,7 @@ module.exports = async function (guild, song, client, message, seek, play) {
|
|||||||
} else {
|
} else {
|
||||||
console.log(reason);
|
console.log(reason);
|
||||||
}
|
}
|
||||||
|
serverQueue.playing = false;
|
||||||
if (serverQueue.looping) {
|
if (serverQueue.looping) {
|
||||||
serverQueue.songs.push(serverQueue.songs[0]);
|
serverQueue.songs.push(serverQueue.songs[0]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user