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
This commit is contained in:
Irdumb 2016-04-05 22:18:58 +10:00
parent 71dc5ea751
commit 8bb306ac06

View File

@ -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