From e9c7e321768012616416931b0b23ee719dbb3bd3 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Fri, 25 Mar 2016 18:51:54 +0100 Subject: [PATCH] Typo --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 4ebbea001..1bdb903be 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -207,7 +207,7 @@ class Audio: else: await self.bot.say("There is no local playlist with that name.") else: - await self.bot.say(message.channel, "There are no valid playlists in the localtracks folder.\nIf you're the owner, see {}".format(help_link)) + await self.bot.say("There are no valid playlists in the localtracks folder.\nIf you're the owner, see {}".format(help_link)) @commands.command(pass_context=True, no_pm=True) async def loop(self, ctx):