aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Fix references in docsJosh2021-08-221-2/+2
* [commands] Typehinted errors.pyStocker2021-08-181-102/+117
* Fix missing or broken versionadded in docstringsAkshuAgarwal2021-08-181-0/+8
* [commands] Document / type-hint cooldownJosh2021-08-101-1/+1
* [commands] Add GuildStickerConverterz03h2021-08-101-0/+17
* [commands] Document the thread converterToxicKidz2021-07-071-1/+1
* [commands] Add ThreadConverterAlex Nørgaard2021-07-051-0/+17
* [commands] Add back CommandOnCooldown.typeRapptz2021-07-021-3/+6
* [commands] Rename missing_perms to missing_permissionsIzhar Ahmad2021-06-281-8/+8
* [commands] Add attr and parameter "argument" to BadInviteArgumentthetimtoy2021-06-271-2/+3
* [commands] Add BadColorArgument to __all__ Tari2021-05-161-0/+1
* [commands] Fix a minor grammar error in MaxConcurrencyReachedJay33322021-05-071-1/+1
* Fix various reference issues in documentationJosh2021-05-061-4/+4
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-0/+1
* [commands] Initial support for FlagConverterRapptz2021-04-191-0/+77
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-161-0/+18
* [commands] use __args__ and __origin__ where applicableJosh2021-04-111-2/+1
* [commands] Remove legacy ExtensionNotFound.original attributeRapptz2021-04-101-4/+1
* [commands]Add typing.Literal converterSigmath Bits2021-04-101-0/+34
* Use f-strings in more places that were missed.Rapptz2021-04-081-5/+5
* Modernize code to use f-stringsRapptz2021-04-041-34/+32
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-071-0/+17
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* [commands] Correct ChannelNotFound docstringBeatButton2021-01-121-1/+1
* Fix and add documentationMichael2020-09-231-3/+3
* [commands] BadBooleanArgument -> BadBoolArgumentRapptz2020-09-041-2/+2
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-041-0/+187
* [commands] Add a new exception class for command registration errorsjack11422020-06-281-1/+23
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-1/+1
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-6/+6
* [commands] Be more clear in the default error for MaxConcurrencyReachedRapptz2020-01-211-1/+1
* [commands] Add max_concurrency decoratorRapptz2020-01-211-0/+23
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] Add check_any check to OR together various checksRapptz2020-01-061-0/+21
* [commands] Don't raise ExtensionNotFound for ImportErrors in modulesBenjamin Mintz2019-06-291-7/+9
* Improve documentationNCPlayz2019-06-071-1/+1
* [commands] Allow passing of a message to NoPrivateMessage again.Rapptz2019-04-201-3/+4
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-11/+34
* [commands] Consistently mention inheritance of exceptions.Rapptz2019-04-201-12/+45
* [commands] Add custom exception classes for built-in checksVexs2019-04-201-10/+122
* [commands] Added dm_only checkDante Dam2019-04-111-6/+12
* [commands] Properly name heading for ExtensionErrorRapptz2019-04-101-2/+2
* Try to consistently use "inherit" vs "derive" in documentation.Rapptz2019-03-191-5/+5
* [commands] Redesign extension exception flow.Rapptz2019-03-191-1/+80
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-1/+55
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-241-2/+2
* Change docstrings to raw-stringsBeatButton2018-09-141-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-3/+4
* [commands] Make ConversionError have the original error as an attributeRapptz2018-07-201-1/+5