aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/context.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Fix a small typo in Context.invoke docsShashankKumarSaxena2021-08-271-1/+1
* [commands][types] Type hint commands-extJosh2021-08-191-51/+98
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-1/+1
* Fix various reference issues in documentationJosh2021-05-061-2/+2
* [commands] Add Context.current_parameterRapptz2021-04-191-0/+6
* [commands] Fix missing `re` import in ContextNadir Chowdhury2021-04-151-0/+1
* [commands] Add `clean_prefix` attribute to commands.ContextMrKomodoDragon2021-04-141-0/+14
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+4
* [commands] Use positional only parameter for Context.invokeRapptz2021-04-041-12/+2
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* [docs] copy signature from overridden and inherited methodsSebastian Law2021-03-291-2/+1
* [commands] fix Context.channel property documented typeSebastian Law2021-03-131-2/+2
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-1/+1
* Fix NameError with invoked_parentsNadir Chowdhury2021-02-241-0/+1
* [commands] properly assign ctx.invoked_with with ctx.Sebastian Law2021-02-231-1/+1
* [commands] Add Context.invoked_parentsSebastian Law2021-02-231-0/+11
* [commands] Fix documented type of `Context.cog`Jonas Bohmann2021-01-241-1/+1
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Implement discord.Message.replyPikalaxALT2020-11-261-0/+5
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-1/+1
* [commands] Add documentation for exceptions in Context.(re)invokeSebbyLaw2020-07-221-0/+10
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-14/+18
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] Context.send_help properly sends to on_help_command_errorRapptz2020-01-181-10/+22
* Improve documentationNCPlayz2019-06-071-3/+3
* [commands] Better note for Command.invokeRapptz2019-05-051-6/+11
* [commands] Fix Context.send_help to work with the copied HelpCommandRapptz2019-04-291-0/+2
* Organise documentationNCPlayz2019-03-191-3/+3
* Fix documentation linking issue in Messageables and ContextRapptz2019-03-161-5/+5
* [commands] Rename it to Context.send_help for consistency.Rapptz2019-03-161-2/+2
* [commands] Add Context.show_help helper to use the HelpCommand set.Rapptz2019-03-161-0/+67
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-161-3/+3
* 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