| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
|
| | |
|
| | |
|
| |
|
|
| |
The concept no longer exists.
|
| |
|
|
| |
Guild icons can also be up to 1024px, jpg, png, or webp
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This naming makes more sense since voice regions are not a guild
exclusive concept.
|
| |
|
|
| |
Most routes now have a 'reason' keyword argument.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This allows people to run their >2,500 guild bot in a single process
without the headaches of IPC/RPC or much difficulty.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
We now store emojis in a global cache and make things like adding
and removing reactions part of the stateful Message class.
|
| | |
|
| | |
|
| |
|