| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [commands] Split process_commands into lower level bits. | Rapptz | 2017-01-14 | 1 | -0/+5 |
| * | Change Messageable channel getter to be a coroutine. | Rapptz | 2017-01-03 | 1 | -0/+1 |
| * | Rename MessageChannel abc to Messageable. | Rapptz | 2017-01-03 | 1 | -11/+8 |
| * | [commands] First pass in making commands ext work again. | Rapptz | 2017-01-03 | 1 | -1/+31 |
| * | [commands] Remove slots on Context. | Rapptz | 2016-11-22 | 1 | -3/+0 |
| * | [commands] Add Context.cog property. | Rapptz | 2016-06-16 | 1 | -0/+7 |
| * | [commands] Context.invoke will now return what the command returns. | Rapptz | 2016-01-28 | 1 | -1/+2 |
| * | [commands] Context.invoke just invokes a command with no special case. | Rapptz | 2016-01-28 | 1 | -5/+33 |
| * | [commands] Allow registration of multiple command prefixes. | Rapptz | 2016-01-07 | 1 | -1/+5 |
| * | Initial implementation of commands extension module. | Rapptz | 2016-01-04 | 1 | -0/+84 |