aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/bot.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Fix handling of nested subcommand help handling.Rapptz2016-01-121-5/+15
* [commands] Support invoking the help command with a cog name.Rapptz2016-01-121-1/+14
* [commands] Initial implementation of help command.Rapptz2016-01-111-2/+47
* [commands] Proper cleanup of cogs.Rapptz2016-01-101-1/+3
* [commands] Add basic support for extensions.Rapptz2016-01-091-1/+52
* [commands] Inject the internal variables for bot.say & co explicitly.Rapptz2016-01-091-13/+16
* [commands] Add support for cogs.Rapptz2016-01-091-4/+106
* [commands] Add support for registering more than one event listener.Rapptz2016-01-081-0/+93
* [commands] Change prefix callback signature and add when_mentioned.Rapptz2016-01-081-4/+10
* [commands] Allow registration of multiple command prefixes.Rapptz2016-01-071-3/+17
* [commands] Don't skip whitespace if the command trigger is found.Rapptz2016-01-061-1/+1
* [commands] Add CommandNotFound error.Rapptz2016-01-051-9/+13
* Initial implementation of commands extension module.Rapptz2016-01-041-0/+221