mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-04-13 13:54:30 +00:00
This bug triggered because we did not call `yield from` to the coroutine that starts the private message if it isn't found in cache. Obviously the fix for that is to make the destination resolution a coroutine and thus it'll be invoked correctly.