aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/context.py
Commit message (Expand)AuthorAgeFilesLines
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-3/+3
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-111-3/+1
* Rework documentation to not duplicate inherited members.Rapptz2018-10-031-1/+3
* Change docstrings to raw-stringsBeatButton2018-09-141-3/+3
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-0/+1
* [lint] Remove unused importsHornwitser2018-08-221-1/+0
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-8/+5
* Add intersphinxTobotimus2018-01-061-6/+6
* [commands] Restart the StringView properly in Context.reinvoke.Rapptz2017-07-181-1/+3
* [commands] Remove support for pass_context=False in Command.Rapptz2017-07-181-4/+2
* [commands] Do not take up 'command' keyword-argument in Context.invoke.Rapptz2017-06-271-3/+12
* [commands] Add Context.reinvoke and Command.root_parentRapptz2017-05-191-0/+53
* [commands] Fix Context.command_failed from being incorrect.Rapptz2017-05-181-1/+1
* First pass at documentation reform.Rapptz2017-05-121-5/+5
* [commands] Add Context.voice_client shortcut.Rapptz2017-04-241-0/+6
* [commands] Add Context.me property.Rapptz2017-03-011-0/+5
* [commands] Add Context.command_failed attribute.Rapptz2017-01-271-7/+11
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Remove _get_guild_id from Messageable ABC.Rapptz2017-01-141-4/+0
* [commands] Split process_commands into lower level bits.Rapptz2017-01-141-0/+5
* Change Messageable channel getter to be a coroutine.Rapptz2017-01-031-0/+1
* Rename MessageChannel abc to Messageable.Rapptz2017-01-031-11/+8
* [commands] First pass in making commands ext work again.Rapptz2017-01-031-1/+31
* [commands] Remove slots on Context.Rapptz2016-11-221-3/+0
* [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