This commit is contained in:
Twentysix 2016-03-25 18:51:54 +01:00
parent a22e0bad62
commit e9c7e32176

View File

@ -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):