From ec2d166e3ea3f9a35ad057541fae4a87aa9dde71 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Sun, 24 Jul 2016 18:27:06 +0200 Subject: [PATCH] Fixed says to say. --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 8d7d0ffd6..655d5ef4b 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -1348,7 +1348,7 @@ class Audio: msg += "```" await self.bot.say("Available playlists:\n{}".format(msg)) else: - await self.bot.says("There are no playlists.") + await self.bot.say("There are no playlists.") @playlist.command(pass_context=True, no_pm=True, name="queue") async def playlist_queue(self, ctx, url):