aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands
Commit message (Collapse)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
|
* Fix typo in commands documentationAXVin2021-07-211-1/+1
|
* [commands] Document the thread converterToxicKidz2021-07-072-0/+10
|
* Show decorator usage instead of signature in docsDevon R2021-06-271-18/+96
|
* [commands] Add GuildChannelConvertersudosnok2021-05-072-0/+6
|
* Fix various reference issues in documentationJosh2021-05-062-4/+8
| | | | Co-Authored-By: Riley Shaw <[email protected]>
* Fix typo in FlagConverter docsAlex Nørgaard2021-04-221-1/+1
|
* [commands] Some minor clean up of the flag converter documentationRapptz2021-04-191-8/+15
| | | | Fix #6761
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-1/+5
|
* [commands] Initial support for FlagConverterRapptz2021-04-192-0/+178
| | | | | The name is currently pending and there's no command.signature hook for it yet since this requires bikeshedding.
* [commands] Add run_converters helper to call convertersRapptz2021-04-191-0/+2
|
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-162-0/+6
|
* [docs] Fix various unresolved referencesNadir Chowdhury2021-04-152-3/+6
|
* 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-102-6/+6
|
* [commands] Make `commands.Greedy` a `typing.Generic`James2021-04-101-21/+1
|
* [commands]Add typing.Literal converterSigmath Bits2021-04-101-0/+21
|
* Use f-strings in more places that were missedSebastian Law2021-04-084-13/+14
|
* [commands] Add StageChannelConverter to documentationRapptz2021-04-081-0/+3
|
* [docs] add label to basic converters sectionSebastian Law2021-04-071-0/+2
|
* [commands] Update Converter list in ext.commands introductionShun Tannai2021-04-071-10/+16
|
* Add missing documentation for StoreChannelConverterRapptz2021-04-041-0/+3
|
* [docs] Conveter -> Converter Nadir Chowdhury2021-03-241-1/+1
|
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-071-0/+6
| | | | | | | * Add discord.Guild converter and GuildNotFound error * note for lack of disambiguation in Guilds with duplicate names, and removed the possibility of returning None * edited converter to use `utils.get` over `utils.find` and docs edited with Converter and Exception.
* [commands] document PartialMessageConverterSebastian Law2021-01-242-0/+6
|
* fix method reference in documentation Sebastian Law2021-01-051-1/+1
|
* [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] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-281-2/+2
|
* [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
|
* [commands] Fix grammarFlame4422019-10-171-1/+1
| | | Either implies that there will be two things, there is only one.
* [commands] Fix confusion between it's and itsDante Dam2019-07-221-1/+1
|
* [commands] Fix CategoryChannel not appearing in converter tableDante Dam2019-07-181-27/+27
|
* Update Sphinx to 2.1.2Rapptz2019-06-281-2/+2
|