Closed jzburda closed 8 years ago
player = await voice.create_ytdl_player(...)
.
ytdl_player was changed into a coroutine (and only that one, the rest aren't coroutines) so info retrieval doesn't block.
See https://github.com/Rapptz/discord.py/commit/1cd3c0b5cb9c1ae423c771cc1ffceb73d08b6158
That was giving me a headache, thanks for the quick reply
I'm trying to use a bot to pull from a Soundcloud link, but it keeps giving me this:
Here's my code:
Note client.run() has been omitted for privacy reasons.