From 97e9da56283bc82064cc7081a325b85ad0488dac Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:58:27 +0300 Subject: [PATCH] Update playlist.js --- commands/playlist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/playlist.js b/commands/playlist.js index 04b18243..8954b498 100644 --- a/commands/playlist.js +++ b/commands/playlist.js @@ -17,7 +17,6 @@ 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')) {