aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands/api.rst
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
|
* [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
| | | | Co-Authored-By: Riley Shaw <[email protected]>
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-1/+5
|
* [commands] Initial support for FlagConverterRapptz2021-04-191-0/+27
| | | | | 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-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
| | | | | | | * 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-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
| | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole
* [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
| | | | | | | | | | | | | | | | Instead of raising a whole variety of exceptions, they are now wrapped into ExtensionError derived classes. * ExtensionAlreadyLoaded * Raised when an extension is already loaded in Bot.load_extension * ExtensionNotLoaded * Raised when an extension is not loaded, e.g. Bot.unload_extension * NoEntryPointError * Raised when an extension does not have a `setup` function. * ExtensionFailed * Raised when an extension's `setup` function fails. * ExtensionNotFound * Raised when an extension's module import fails.
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-151-4/+12
| | | | Part of #1938
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-0/+16
| | | | | | | | This causes them to be raised from a new exception named ArgumentParsingError with 3 children for ease with i18n. This is technically a breaking change since it no longer derives from BadArgument, though catching UserInputError will prevent this change from affecting the user.
* 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
| | | | | This allows for greedy "consume until you can't" behaviour similar to typing.Optional but for lists.
* [commands] Add documentation for BadUnionArgumentRapptz2018-07-201-0/+3
|