| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
aiohttp didn't like it.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Currently you can only send from a stream that implements
``read`` and a ``ffmpeg`` or ``avconv``.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Changes channel type, status and server region into 3.4 enums.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The older HTTPException is not exactly the clearest thing for people
who are new to programming or HTTP exceptions in general.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
They might be used in other files in the future.
|
| | |
|
| | |
|