📝 Correction
This commit is contained in:
@@ -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 !`);
|
||||
|
||||
client.player.pause(message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user