Fixed says to say.

This commit is contained in:
Kowlin 2016-07-24 18:27:06 +02:00 committed by GitHub
parent 18d5415db8
commit ec2d166e3e

View File

@ -1348,7 +1348,7 @@ class Audio:
msg += "```" msg += "```"
await self.bot.say("Available playlists:\n{}".format(msg)) await self.bot.say("Available playlists:\n{}".format(msg))
else: 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") @playlist.command(pass_context=True, no_pm=True, name="queue")
async def playlist_queue(self, ctx, url): async def playlist_queue(self, ctx, url):