From 8bb306ac06ade9f65f6df9805c394dbfee3f4fb8 Mon Sep 17 00:00:00 2001 From: Irdumb Date: Tue, 5 Apr 2016 22:18:58 +1000 Subject: [PATCH] removed message that doesn't make sense when user does !queue link/search when not in a voice channel, the bot says "I'm already playing music for other people." then "That link is now allowed." 2nd message doesn't make sense and causes confusion --- cogs/audio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogs/audio.py b/cogs/audio.py index 35d1a933b..eca3d04c7 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -307,8 +307,6 @@ class Audio: else: await self.bot.say("I'm already playing a playlist.") - else: - await self.bot.say("That link is now allowed.") async def is_alone_or_admin(self, message): #Direct control. fix everything author = message.author