mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fixed says to say.
This commit is contained in:
parent
18d5415db8
commit
ec2d166e3e
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user