This commit is contained in:
Twentysix
2016-02-29 13:53:09 +01:00
parent e0aa5eb08a
commit 22514af4d9
6 changed files with 8 additions and 7 deletions

View File

@@ -791,7 +791,7 @@ def setup(bot):
raise RuntimeError("You need to run `pip3 install youtube_dl`")
return
if opus is None:
raise RuntimeError("You need to get the *.exe's and opus.dll from 26's github.")
raise RuntimeError("You need to install ffmpeg and opus. See \"https://github.com/Twentysix26/Red-DiscordBot/wiki/Requirements\"")
return
loop = asyncio.get_event_loop()
n = Audio(bot)