| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 |
| | | |||||
| * | Fix more deprecation warnings for 3.8 | Rapptz | 2019-11-26 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix grammar | Flame442 | 2019-10-17 | 1 | -1/+1 |
| | | | | Either implies that there will be two things, there is only one. | ||||
| * | [commands] Fix confusion between it's and its | Dante Dam | 2019-07-22 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix CategoryChannel not appearing in converter table | Dante Dam | 2019-07-18 | 1 | -27/+27 |
| | | |||||
| * | Update Sphinx to 2.1.2 | Rapptz | 2019-06-28 | 1 | -2/+2 |
| | | |||||
| * | Version bump to 1.2.0v1.2.0 | Rapptz | 2019-06-09 | 2 | -0/+4 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 2 | -5/+5 |
| | | |||||
| * | Add changelog for v1.1.0 | Rapptz | 2019-05-10 | 2 | -0/+4 |
| | | |||||
| * | Minor nits in Discord Converters section of the docs. | Rapptz | 2019-05-09 | 1 | -1/+2 |
| | | |||||
| * | Actually use multiple checks in the examples for checks. | Rapptz | 2019-05-01 | 1 | -0/+2 |
| | | |||||
| * | [tasks] Add way to query cancellation state for Loop.after_loop | Rapptz | 2019-04-30 | 1 | -0/+31 |
| | | | | | Fixes #2121 | ||||
| * | [tasks] Remove support for awaitables due to gotchas. | Rapptz | 2019-04-29 | 1 | -20/+0 |
| | | | | | Fixes #2079 | ||||
| * | [commands] Add custom exception classes for built-in checks | Vexs | 2019-04-20 | 1 | -0/+24 |
| | | | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole | ||||
| * | [commands] Add new MessageConverter to commands prose page. | Rapptz | 2019-04-17 | 1 | -0/+2 |
| | | |||||
| * | [commands] Add MessageConverter to fetch messages by URL or ID. | retke | 2019-04-17 | 1 | -0/+3 |
| | | |||||
| * | [tasks] Add before_loop and after_loop decorators | Rapptz | 2019-04-12 | 1 | -3/+45 |
| | | |||||
| * | [tasks] Document version added | Rapptz | 2019-04-11 | 1 | -0/+2 |
| | | |||||
| * | [tasks] Rename Loop.run to Loop.start to avoid blocking connotations | Rapptz | 2019-04-11 | 1 | -3/+3 |
| | | |||||
| * | [tasks] Add a new background helper 'tasks' extension. | Rapptz | 2019-04-11 | 1 | -0/+82 |
| | | |||||
| * | [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] Add Bot.reload_extension for atomic loading. | Rapptz | 2019-03-19 | 1 | -4/+3 |
| | | | | | Also do atomic loading in Bot.load_extension | ||||
| * | [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 |
| | | |||||
| * | Fix non-working example in commands documentation. | Rapptz | 2019-03-06 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix bug in behaviour in the cog inspection methods. | Rapptz | 2019-02-23 | 1 | -1/+1 |
| | | |||||
| * | Rework entire cog system and partially document it and extensions. | Rapptz | 2019-02-23 | 4 | -0/+237 |
| | | |||||
| * | Fix is_in_guild example check | LyricLy | 2018-11-24 | 1 | -1/+1 |
| | | |||||
| * | Outline the logic of `bool` converters | scragly | 2018-11-24 | 1 | -0/+12 |
| | | | | As a `bool` converter is treated differently from other callable (basic) converters, the explanatory docs should outline that it is evaluated differently from a simple type cast, and what logic is used in determining how the content is evaluated. | ||||
| * | Group Advanced Converters and Inline Advanced Converters | scragly | 2018-11-24 | 1 | -58/+58 |
| | | | | The Inline Advanced Converters are a logical extension of the Advanced Converters subject, and as such should be placed under that section without an unrelated converter type breaking the two up. | ||||
| * | [commands] Elaborate more on disallowed types in Greedy and Optional | Rapptz | 2018-09-24 | 2 | -1/+8 |
| | | |||||
| * | [commands] Fix up Greedy documentation a bit. | Rapptz | 2018-09-24 | 2 | -11/+11 |
| | | |||||
| * | [commands] Add commands.Greedy converter and documentation. | Rapptz | 2018-09-24 | 2 | -0/+138 |
| | | | | | | 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 |
| | | |||||
| * | [commands] raise ConversionError on Converter error | khazhyk | 2018-07-20 | 1 | -0/+3 |
| | | | | | | | This assumes that a Converter class raising non-CommandError is a programmer error. Makes this type of error easier to disambiguate from a generic BadArgument. | ||||
| * | Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter | Gorialis | 2018-01-06 | 2 | -0/+6 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add CategoryChannelConverter | Rapptz | 2017-09-13 | 2 | -24/+30 |
| | | |||||
| * | [commands] Add MissingPermissions and BotMissingPermissions | ReinaSakuraba | 2017-08-30 | 1 | -0/+6 |
| | | |||||
| * | Variadic arguments are a tuple not a list. | Rapptz | 2017-07-10 | 1 | -1/+1 |
| | | |||||
| * | First pass at commands narrative documentation. | Rapptz | 2017-07-08 | 2 | -1/+586 |
| | | |||||
| * | Add when_mentioned and when_mentioned_or to the documentation. | Rapptz | 2017-07-01 | 1 | -0/+4 |
| | | |||||