index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
/
commands
/
errors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix references in docs
Josh
2021-08-22
1
-2
/
+2
*
[commands] Typehinted errors.py
Stocker
2021-08-18
1
-102
/
+117
*
Fix missing or broken versionadded in docstrings
AkshuAgarwal
2021-08-18
1
-0
/
+8
*
[commands] Document / type-hint cooldown
Josh
2021-08-10
1
-1
/
+1
*
[commands] Add GuildStickerConverter
z03h
2021-08-10
1
-0
/
+17
*
[commands] Document the thread converter
ToxicKidz
2021-07-07
1
-1
/
+1
*
[commands] Add ThreadConverter
Alex Nørgaard
2021-07-05
1
-0
/
+17
*
[commands] Add back CommandOnCooldown.type
Rapptz
2021-07-02
1
-3
/
+6
*
[commands] Rename missing_perms to missing_permissions
Izhar Ahmad
2021-06-28
1
-8
/
+8
*
[commands] Add attr and parameter "argument" to BadInviteArgument
thetimtoy
2021-06-27
1
-2
/
+3
*
[commands] Add BadColorArgument to __all__
Tari
2021-05-16
1
-0
/
+1
*
[commands] Fix a minor grammar error in MaxConcurrencyReached
Jay3332
2021-05-07
1
-1
/
+1
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-4
/
+4
*
[commands] Actually expose the FlagError base error
Rapptz
2021-04-19
1
-0
/
+1
*
[commands] Initial support for FlagConverter
Rapptz
2021-04-19
1
-0
/
+77
*
[commands] Add a converter for discord.Object
Nadir Chowdhury
2021-04-16
1
-0
/
+18
*
[commands] use __args__ and __origin__ where applicable
Josh
2021-04-11
1
-2
/
+1
*
[commands] Remove legacy ExtensionNotFound.original attribute
Rapptz
2021-04-10
1
-4
/
+1
*
[commands]Add typing.Literal converter
Sigmath Bits
2021-04-10
1
-0
/
+34
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-5
/
+5
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-34
/
+32
*
[commands] Add discord.Guild converter and GuildNotFound error
Alex Nørgaard
2021-02-07
1
-0
/
+17
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[commands] Correct ChannelNotFound docstring
BeatButton
2021-01-12
1
-1
/
+1
*
Fix and add documentation
Michael
2020-09-23
1
-3
/
+3
*
[commands] BadBooleanArgument -> BadBoolArgument
Rapptz
2020-09-04
1
-2
/
+2
*
[commands] Add subclasses of BadArgument for converters
Simon Beal
2020-09-04
1
-0
/
+187
*
[commands] Add a new exception class for command registration errors
jack1142
2020-06-28
1
-1
/
+23
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-1
/
+1
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-6
/
+6
*
[commands] Be more clear in the default error for MaxConcurrencyReached
Rapptz
2020-01-21
1
-1
/
+1
*
[commands] Add max_concurrency decorator
Rapptz
2020-01-21
1
-0
/
+23
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
[commands] Add check_any check to OR together various checks
Rapptz
2020-01-06
1
-0
/
+21
*
[commands] Don't raise ExtensionNotFound for ImportErrors in modules
Benjamin Mintz
2019-06-29
1
-7
/
+9
*
Improve documentation
NCPlayz
2019-06-07
1
-1
/
+1
*
[commands] Allow passing of a message to NoPrivateMessage again.
Rapptz
2019-04-20
1
-3
/
+4
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-11
/
+34
*
[commands] Consistently mention inheritance of exceptions.
Rapptz
2019-04-20
1
-12
/
+45
*
[commands] Add custom exception classes for built-in checks
Vexs
2019-04-20
1
-10
/
+122
*
[commands] Added dm_only check
Dante Dam
2019-04-11
1
-6
/
+12
*
[commands] Properly name heading for ExtensionError
Rapptz
2019-04-10
1
-2
/
+2
*
Try to consistently use "inherit" vs "derive" in documentation.
Rapptz
2019-03-19
1
-5
/
+5
*
[commands] Redesign extension exception flow.
Rapptz
2019-03-19
1
-1
/
+80
*
[commands] Separate view parsing errors from BadArgument.
Rapptz
2019-03-12
1
-1
/
+55
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[commands] Fix up Greedy documentation a bit.
Rapptz
2018-09-24
1
-2
/
+2
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-3
/
+4
*
[commands] Make ConversionError have the original error as an attribute
Rapptz
2018-07-20
1
-1
/
+5
[next]