From 0be11ffedd256aa77db81e124002ae6bf4cdf1b9 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 20 Oct 2019 22:53:12 +0300 Subject: [PATCH] Update play.js --- commands/play.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/play.js b/commands/play.js index 37f416ac..eaebc1e2 100644 --- a/commands/play.js +++ b/commands/play.js @@ -13,6 +13,7 @@ module.exports = { const url = args[1] ? args[1].replace(/<(.+)>/g, "$1") : ""; const serverQueue = client.queue.get(message.guild.id); const voiceChannel = message.member.voiceChannel; +return message.channel.send(':x: I\'m sorry but playing music is not available due to an error with FFMPEG!'); if (!serverQueue) { if (!voiceChannel) return message.channel.send(':x: I\'m sorry but you need to be in a voice channel to play music!'); } else {