mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-03 16:24:28 +00:00
Chore 3.8.1
This commit is contained in:
@ -18,6 +18,9 @@ module.exports = {
|
||||
client.queue.delete(msg.guild.id);
|
||||
return msg.channel.send(client.messages.stop);
|
||||
}
|
||||
if (!queue || !queue.playing) {
|
||||
return msg.channel.send(client.messages.noServerQueue);
|
||||
}
|
||||
queue.songs = [];
|
||||
queue.looping = false;
|
||||
queue.endReason = "stop";
|
||||
|
Reference in New Issue
Block a user