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
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Make GroupMixin Generic
Josh
2021-08-21
1
-10
/
+21
*
[commands] De-indent after hook call
Rapptz
2021-08-20
1
-1
/
+1
*
[commands] reset view when Optional argument encounters parsing error
Sebastian Law
2021-08-19
1
-1
/
+8
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
1
-178
/
+379
*
[commands] fix bot_has_role and is_nsfw for threads
z03h
2021-07-30
1
-7
/
+5
*
[commands] Check for ctx.guild instead of abc.GuildChannel
Rapptz
2021-07-28
1
-2
/
+2
*
Fixes minor grammatical error in Command.update
Stocker
2021-07-28
1
-1
/
+1
*
[commands] Add back CommandOnCooldown.type
Rapptz
2021-07-02
1
-1
/
+1
*
[commands] Mention that dynamic_cooldown callable can return None
Rapptz
2021-07-02
1
-3
/
+4
*
[commands] Unwrap functions to get their module and globalns
Rapptz
2021-06-01
1
-4
/
+22
*
[commands] Add Command.extras
Michael H
2021-05-29
1
-0
/
+9
*
[commands] Update command.parent and command.parents docs
NextChai
2021-05-15
1
-4
/
+4
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-3
/
+3
*
Split annotation resolution to discord.utils
Rapptz
2021-04-27
1
-97
/
+2
*
[commands] Disallow float/complex in Literal but allow None
Rapptz
2021-04-27
1
-1
/
+1
*
[commands] Fix regression with Union converters not working
Rapptz
2021-04-24
1
-1
/
+3
*
[commands] Disallow complicated Literal types
Rapptz
2021-04-24
1
-0
/
+3
*
[commands] Default construct flags if they're not passed as parameters
Rapptz
2021-04-20
1
-0
/
+2
*
[commands] Add run_converters helper to call converters
Rapptz
2021-04-19
1
-115
/
+10
*
[commands] Add Context.current_parameter
Rapptz
2021-04-19
1
-0
/
+1
*
[commands] Refactor evaluation functions to allow passing in localns
Rapptz
2021-04-18
1
-8
/
+25
*
[commands] Fix Command.clean_params to return a regular dict
Rapptz
2021-04-11
1
-7
/
+10
*
[commands] Add support for Python 3.10 Union typing
Rapptz
2021-04-11
1
-1
/
+8
*
[commands] use __args__ and __origin__ where applicable
Josh
2021-04-11
1
-15
/
+26
*
[commands] Refactor typing evaluation to not use get_type_hints
Rapptz
2021-04-10
1
-58
/
+103
*
[commands] Make `commands.Greedy` a `typing.Generic`
James
2021-04-10
1
-3
/
+2
*
[commands] Provide a dynamic cooldown system
Dan Hess
2021-04-10
1
-7
/
+51
*
[commands]Add typing.Literal converter
Sigmath Bits
2021-04-10
1
-30
/
+65
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-5
/
+3
*
[commands] Only replace annotation if one was given
Rapptz
2021-04-07
1
-1
/
+3
*
[commands] Use typing.get_type_hints to resolve ForwardRefs
Nadir Chowdhury
2021-04-06
1
-6
/
+25
*
[commands] Fix classmethod converters not working.
Rapptz
2021-04-05
1
-7
/
+4
*
[commands] Revert conversion code back to how it was originally
Rapptz
2021-04-05
1
-8
/
+7
*
[commands] Fix AttributeError for classes missing convert attribute
ToxicKidz
2021-04-05
1
-1
/
+1
*
[commands] Fix @classmethod converters
Michael H
2021-04-05
1
-6
/
+9
*
Use typing.Protocol instead of abc.ABCMeta
James
2021-04-04
1
-5
/
+0
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-20
/
+18
*
[commands] allow arbitrary callables in cooldown
Mikey
2021-03-28
1
-2
/
+5
*
[commands] fix documented type for Command.checks
Sebastian Law
2021-03-24
1
-1
/
+1
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-3
/
+2
*
[commands] Add Context.invoked_parents
Sebastian Law
2021-02-23
1
-0
/
+4
*
[commands] Handle positional-only parameters in bot commands
Bryan Forbes
2021-02-17
1
-2
/
+2
*
[commands] Add Command/Cog.has_error_handler
Rapptz
2021-01-15
1
-0
/
+7
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Fix documented type of `Command.usage`
jack1142
2021-01-14
1
-1
/
+1
*
[commands] fully remove command when CommandRegistrationError is raised for a...
Sebastian Law
2020-12-29
1
-1
/
+7
*
[commands] Correct concurrency never releasing during prepare call
Dan Hess
2020-12-26
1
-7
/
+12
*
[commands] max_concurrency comes before cooldowns
Rapptz
2020-12-17
1
-3
/
+3
*
Fix and add documentation
Michael
2020-09-23
1
-1
/
+11
*
[commands] Fix exception raised in Command invoke hooks.
Josh
2020-09-09
1
-19
/
+11
[next]