mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
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:
parent
71dc5ea751
commit
8bb306ac06
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user