| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This replaces HelpFormatter.get_command_signature for the most part.
|
| |
|
|
|
| |
Self-explanatory. This should help create help commands for a cog
more easily.
|
| |
|
|
|
| |
This is a breaking change as GroupMixin.commands now returns a set
of unique Command objects.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Apparently, checking if something is not None and then calling it is
faster than having an identity function that will just return the
original value untransformed, such as a lambda or doing a str(str) call
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Rely on is_closed() instead since this is the true metric of a clean
closure.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|