📝 Correction

This commit is contained in:
Zerio
2020-11-26 22:17:26 +01:00
committed by GitHub
parent 23ec9d8929
commit 4c6e5ea7f5

View File

@@ -2,7 +2,7 @@ exports.run = async (client, message) => {
if (!message.member.voice.channel) return message.channel.send(`${client.emotes.error} - You're not in a voice channel !`);
if (!client.player.getQueue(message)) return message.channel.send(`${client.emotes.error} - No songs currently playing !`);
if (!client.player.getQueue(message)) return message.channel.send(`${client.emotes.error} - No music currently playing !`);
const repeatMode = client.player.getQueue(message).repeatMode;