mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
Merge pull request #119 from irdumbs/patch-4
Removed wrong error message
This commit is contained in:
@@ -376,8 +376,6 @@ class Audio:
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
await self.bot.say("I'm already playing a playlist.")
|
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
|
async def is_alone_or_admin(self, message): #Direct control. fix everything
|
||||||
author = message.author
|
author = message.author
|
||||||
|
|||||||
Reference in New Issue
Block a user