| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This is a breaking change. Move these two to TextChannel since the
other things that implement Messageable cannot reliably do bulk delete
actions in their respective channels.
|
| | |
|
| |
|
|
| |
Fixes #494
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Use ClientUser.email instead.
|
| |
|
|
|
|
| |
Also make it work on user accounts.
Fixes #456.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
This allows for you to create converters that can have varying
behaviour using the converter's __init__ instead of having to do a
meta-class based approach to get around the fact that __init__ is part
of the interface.
To make up for the lack of __init__, a new method Converter.prepare was
added to do the work that __init__ used to do.
|
| | |
|
| |
|
|
| |
Fixes #480.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This should allow easier querying on what argument is missing.
Fixes #470.
|
| | |
|
| |
|
|
| |
Closes #473.
|
| | |
|
| |
|
|
| |
This removes the older get_all_emojis generator.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|