aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/context.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Add Context.cog property.Rapptz2016-06-161-0/+7
* [commands] Context.invoke will now return what the command returns.Rapptz2016-01-281-1/+2
* [commands] Context.invoke just invokes a command with no special case.Rapptz2016-01-281-5/+33
* [commands] Allow registration of multiple command prefixes.Rapptz2016-01-071-1/+5
* Initial implementation of commands extension module.Rapptz2016-01-041-0/+84