From 9721bbddaf41f9c2c60f6f558c23f4849f8336d1 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 3 Mar 2017 14:43:35 -0600 Subject: [PATCH] Allowed soundcloud to be downloaded again, as it is now working once more --- cogs/music.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cogs/music.py b/cogs/music.py index dcc7e4c..3c1fb41 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -427,12 +427,6 @@ class Music: The list of supported sites can be found here: https://rg3.github.io/youtube-dl/supportedsites.html """ - # Fuck you soundcloud - if 'soundcloud.com' in song: - await self.bot.say("Soundcloud has changed the way that they allow downloads, and it now requires " - "authorization. Unfortunately, I currently have no way to download from soundcloud") - return - state = self.get_voice_state(ctx.message.server) # First check if we are connected to a voice channel at all, if not summon to the channel the author is in