aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands/api.rst
Commit message (Expand)AuthorAgeFilesLines
* [commands] Document / type-hint cooldownJosh2021-08-101-0/+8
* [commands] Document GuildNotFoundAaron Hennessey2021-08-101-0/+1
* [commands] Add GuildStickerConverterz03h2021-08-101-0/+7
* [commands] Document dynamic_cooldownWilly2021-07-301-0/+3
* [commands] Document the thread converterToxicKidz2021-07-071-0/+7
* Show decorator usage instead of signature in docsDevon R2021-06-271-18/+96
* [commands] Add GuildChannelConvertersudosnok2021-05-071-0/+3
* Fix various reference issues in documentationJosh2021-05-061-3/+7
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-1/+5
* [commands] Initial support for FlagConverterRapptz2021-04-191-0/+27
* [commands] Add run_converters helper to call convertersRapptz2021-04-191-0/+2
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-161-0/+3
* Bring back discord module in discord.ext.commands documentationRapptz2021-04-101-1/+4
* Remove current module reference in commands API docsRapptz2021-04-101-2/+0
* [docs] Fix references to GreedyNadir Chowdhury2021-04-101-1/+1
* [commands] Make `commands.Greedy` a `typing.Generic`James2021-04-101-21/+1
* Use f-strings in more places that were missedSebastian Law2021-04-081-1/+1
* [commands] Add StageChannelConverter to documentationRapptz2021-04-081-0/+3
* Add missing documentation for StoreChannelConverterRapptz2021-04-041-0/+3
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-071-0/+6
* [commands] document PartialMessageConverterSebastian Law2021-01-241-0/+3
* [commands] Fix exception hierarchy documentationSebastian Law2020-12-221-1/+7
* [commands] Make documentation use new attributetableRapptz2020-12-181-4/+67
* [docs] remove unresolved doc refs, fix attribute refNadir Chowdhury2020-09-071-6/+0
* [commands] BadBooleanArgument -> BadBoolArgumentRapptz2020-09-041-2/+2
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-041-0/+44
* [commands] Add a new exception class for command registration errorsjack11422020-06-281-0/+5
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-1/+1
* [commands] Implement `commands.before/after_invoke`NCPlayz2020-04-041-0/+4
* One last superfluous .0 in versionaddedRapptz2020-01-221-1/+1
* [commands] Implement Command.__call__Rapptz2020-01-211-0/+1
* [commands] Export max_concurrency and MaxConcurrencyReached in docsRapptz2020-01-211-0/+6
* [commands] Document BucketType separatelyRapptz2020-01-181-0/+32
* [commands] Add missing CheckAnyFailure documentationRapptz2020-01-141-0/+4
* [commands] Document guild permission checksRapptz2020-01-071-0/+4
* [commands] Add check_any check to OR together various checksRapptz2020-01-061-0/+2
* Update Sphinx to 2.1.2Rapptz2019-06-281-2/+2
* Improve documentationNCPlayz2019-06-071-4/+4
* Add changelog for v1.1.0Rapptz2019-05-101-0/+2
* [commands] Add custom exception classes for built-in checksVexs2019-04-201-0/+24
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-171-0/+3
* [commands] Redesign extension exception flow.Rapptz2019-03-191-0/+25
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-151-4/+12
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-0/+16
* Add exception hierarchy to the documentation.Rapptz2019-03-121-2/+24
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-0/+11
* [commands] Elaborate more on disallowed types in Greedy and OptionalRapptz2018-09-241-1/+1
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-241-1/+1
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-241-0/+22
* [commands] Add documentation for BadUnionArgumentRapptz2018-07-201-0/+3