diff --git a/commands/filter.js b/commands/filter.js index 930df4b..93cf424 100644 --- a/commands/filter.js +++ b/commands/filter.js @@ -2,7 +2,7 @@ exports.run = async (client, message, args) => { 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 !`); if (!args[0]) return message.channel.send(`${client.emotes.error} - Please specify a valid filter to enable or disable !`);