Changed old docs links

This commit is contained in:
Twentysix 2016-04-21 19:20:49 +02:00
parent 430756347d
commit 9d32c5db5c

View File

@ -185,8 +185,8 @@ class Audio:
"""Plays a local playlist """Plays a local playlist
For bot's owner: For bot's owner:
https://github.com/Twentysix26/Red-DiscordBot/wiki/Audio-module""" http://twentysix26.github.io/Red-Docs/red_audio/"""
help_link = "https://github.com/Twentysix26/Red-DiscordBot/wiki/Audio-module" help_link = "http://twentysix26.github.io/Red-Docs/red_audio/"
if self.downloader["DOWNLOADING"]: if self.downloader["DOWNLOADING"]:
await self.bot.say("I'm already downloading a track.") await self.bot.say("I'm already downloading a track.")
return return