1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-07 01:20:48 +00:00

Chore update 3.8

This commit is contained in:
MatteZ02
2020-07-04 22:17:20 +03:00
parent ba3d17bb2a
commit 5a77443df6
11 changed files with 66 additions and 74 deletions

View File

@ -15,7 +15,7 @@ module.exports = {
queue.exists = false;
}
if (msg.guild.voice.channel) msg.guild.voice.channel.leave();
client.queue.delete(guild.id);
client.queue.delete(msg.guild.id);
return msg.channel.send(client.messages.stop);
}
queue.songs = [];