diff options
| author | Rapptz <[email protected]> | 2015-12-12 13:37:58 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-12 13:37:58 -0500 |
| commit | 2b6bdf7c8258e426cc448d5035a3557a904c0a5e (patch) | |
| tree | f8dedae5ec23961d1988591ffa4a7dfc6eb9a47a /MANIFEST.in | |
| parent | Fix send_file to actually work with aiohttp. (diff) | |
| download | discord.py-2b6bdf7c8258e426cc448d5035a3557a904c0a5e.tar.xz discord.py-2b6bdf7c8258e426cc448d5035a3557a904c0a5e.zip | |
Fix bug where PMs would be sent to the wrong person.
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.
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions