📝 Correction

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

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 (!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 track = await client.player.nowPlaying(message); const track = await client.player.nowPlaying(message);
const filters = []; const filters = [];