| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [commands] Document / type-hint cooldown | Josh | 2021-08-10 | 1 | -0/+8 |
| | | |||||
| * | [commands] Document GuildNotFound | Aaron Hennessey | 2021-08-10 | 1 | -0/+1 |
| | | |||||
| * | [commands] Add GuildStickerConverter | z03h | 2021-08-10 | 1 | -0/+7 |
| | | |||||
| * | [commands] Document dynamic_cooldown | Willy | 2021-07-30 | 1 | -0/+3 |
| | | |||||
| * | [commands] Document the thread converter | ToxicKidz | 2021-07-07 | 1 | -0/+7 |
| | | |||||
| * | Show decorator usage instead of signature in docs | Devon R | 2021-06-27 | 1 | -18/+96 |
| | | |||||
| * | [commands] Add GuildChannelConverter | sudosnok | 2021-05-07 | 1 | -0/+3 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -3/+7 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | [commands] Actually expose the FlagError base error | Rapptz | 2021-04-19 | 1 | -1/+5 |
| | | |||||
| * | [commands] Initial support for FlagConverter | Rapptz | 2021-04-19 | 1 | -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 converters | Rapptz | 2021-04-19 | 1 | -0/+2 |
| | | |||||
| * | [commands] Add a converter for discord.Object | Nadir Chowdhury | 2021-04-16 | 1 | -0/+3 |
| | | |||||
| * | Bring back discord module in discord.ext.commands documentation | Rapptz | 2021-04-10 | 1 | -1/+4 |
| | | |||||
| * | Remove current module reference in commands API docs | Rapptz | 2021-04-10 | 1 | -2/+0 |
| | | |||||
| * | [docs] Fix references to Greedy | Nadir Chowdhury | 2021-04-10 | 1 | -1/+1 |
| | | |||||
| * | [commands] Make `commands.Greedy` a `typing.Generic` | James | 2021-04-10 | 1 | -21/+1 |
| | | |||||
| * | Use f-strings in more places that were missed | Sebastian Law | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add StageChannelConverter to documentation | Rapptz | 2021-04-08 | 1 | -0/+3 |
| | | |||||
| * | Add missing documentation for StoreChannelConverter | Rapptz | 2021-04-04 | 1 | -0/+3 |
| | | |||||
| * | [commands] Add discord.Guild converter and GuildNotFound error | Alex Nørgaard | 2021-02-07 | 1 | -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 PartialMessageConverter | Sebastian Law | 2021-01-24 | 1 | -0/+3 |
| | | |||||
| * | [commands] Fix exception hierarchy documentation | Sebastian Law | 2020-12-22 | 1 | -1/+7 |
| | | |||||
| * | [commands] Make documentation use new attributetable | Rapptz | 2020-12-18 | 1 | -4/+67 |
| | | |||||
| * | [docs] remove unresolved doc refs, fix attribute ref | Nadir Chowdhury | 2020-09-07 | 1 | -6/+0 |
| | | |||||
| * | [commands] BadBooleanArgument -> BadBoolArgument | Rapptz | 2020-09-04 | 1 | -2/+2 |
| | | |||||
| * | [commands] Add subclasses of BadArgument for converters | Simon Beal | 2020-09-04 | 1 | -0/+44 |
| | | |||||
| * | [commands] Add a new exception class for command registration errors | jack1142 | 2020-06-28 | 1 | -0/+5 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -1/+1 |
| | | |||||
| * | [commands] Implement `commands.before/after_invoke` | NCPlayz | 2020-04-04 | 1 | -0/+4 |
| | | |||||
| * | One last superfluous .0 in versionadded | Rapptz | 2020-01-22 | 1 | -1/+1 |
| | | |||||
| * | [commands] Implement Command.__call__ | Rapptz | 2020-01-21 | 1 | -0/+1 |
| | | |||||
| * | [commands] Export max_concurrency and MaxConcurrencyReached in docs | Rapptz | 2020-01-21 | 1 | -0/+6 |
| | | |||||
| * | [commands] Document BucketType separately | Rapptz | 2020-01-18 | 1 | -0/+32 |
| | | |||||
| * | [commands] Add missing CheckAnyFailure documentation | Rapptz | 2020-01-14 | 1 | -0/+4 |
| | | |||||
| * | [commands] Document guild permission checks | Rapptz | 2020-01-07 | 1 | -0/+4 |
| | | |||||
| * | [commands] Add check_any check to OR together various checks | Rapptz | 2020-01-06 | 1 | -0/+2 |
| | | |||||
| * | Update Sphinx to 2.1.2 | Rapptz | 2019-06-28 | 1 | -2/+2 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -4/+4 |
| | | |||||
| * | Add changelog for v1.1.0 | Rapptz | 2019-05-10 | 1 | -0/+2 |
| | | |||||
| * | [commands] Add custom exception classes for built-in checks | Vexs | 2019-04-20 | 1 | -0/+24 |
| | | | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole | ||||
| * | [commands] Add MessageConverter to fetch messages by URL or ID. | retke | 2019-04-17 | 1 | -0/+3 |
| | | |||||
| * | [commands] Redesign extension exception flow. | Rapptz | 2019-03-19 | 1 | -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 HelpCommand | Rapptz | 2019-03-15 | 1 | -4/+12 |
| | | | | | Part of #1938 | ||||
| * | [commands] Separate view parsing errors from BadArgument. | Rapptz | 2019-03-12 | 1 | -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. | Rapptz | 2019-03-12 | 1 | -2/+24 |
| | | |||||
| * | Rework entire cog system and partially document it and extensions. | Rapptz | 2019-02-23 | 1 | -0/+11 |
| | | |||||
| * | [commands] Elaborate more on disallowed types in Greedy and Optional | Rapptz | 2018-09-24 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix up Greedy documentation a bit. | Rapptz | 2018-09-24 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add commands.Greedy converter and documentation. | Rapptz | 2018-09-24 | 1 | -0/+22 |
| | | | | | | This allows for greedy "consume until you can't" behaviour similar to typing.Optional but for lists. | ||||
| * | [commands] Add documentation for BadUnionArgument | Rapptz | 2018-07-20 | 1 | -0/+3 |
| | | |||||