From 7b204982218b42a104c5cd116376012e4916caf2 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 20 Oct 2019 22:53:51 +0300 Subject: [PATCH] Update playlist.js --- commands/playlist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/playlist.js b/commands/playlist.js index 8954b498..04b18243 100644 --- a/commands/playlist.js +++ b/commands/playlist.js @@ -17,6 +17,7 @@ module.exports = { if (client.global.db.guilds[message.guild.id].premium) { if (args[1] === 'play') { 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! You can still add songs with the playlist add command!'); if (!voiceChannel) return message.channel.send(':x: I\'m sorry but you need to be in a voice channel to play music!'); const permissions = voiceChannel.permissionsFor(message.client.user); if (!permissions.has('CONNECT')) {