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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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] Remove function call indirection when checking author
Rapptz
2021-05-25
1
-2
/
+1
*
[commands] Remove Bot.self_bot
Tari
2021-05-25
1
-9
/
+1
*
[commands] Add BadColorArgument to __all__
Tari
2021-05-16
1
-0
/
+1
*
[tasks] Replace None check with MISSING check in task loop
Josh
2021-05-15
1
-2
/
+2
*
[commands] Update command.parent and command.parents docs
NextChai
2021-05-15
1
-4
/
+4
*
[tasks] Type hint the tasks extension
Josh
2021-05-12
1
-65
/
+126
*
[tasks] fix regular task loops
Sebastian Law
2021-05-10
1
-1
/
+2
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
2
-2
/
+2
*
[tasks] Add support for explicit time parameter
Sebastian Law
2021-05-09
1
-27
/
+206
*
[commands] Fix a minor grammar error in MaxConcurrencyReached
Jay3332
2021-05-07
1
-1
/
+1
*
[commands] Add GuildChannelConverter
sudosnok
2021-05-07
1
-11
/
+32
*
Fix various reference issues in documentation
Josh
2021-05-06
7
-19
/
+18
*
[commands] Remove Flag related delimiter and prefix error
Rapptz
2021-04-30
1
-3
/
+0
*
[commands] Fix Generics causing other typing converters to fail
Rapptz
2021-04-30
1
-3
/
+14
*
[commands] Fix Generic subcalsses used as a converter
Rapptz
2021-04-29
1
-0
/
+4
*
Add utils.MISSING
Nadir Chowdhury
2021-04-29
1
-9
/
+1
*
Split annotation resolution to discord.utils
Rapptz
2021-04-27
2
-98
/
+3
*
[commands] Disallow float/complex in Literal but allow None
Rapptz
2021-04-27
1
-1
/
+1
*
[commands] Add support for typing.Union to Flags
Josh
2021-04-25
1
-5
/
+11
*
[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] Fix Literal converter not working within flags
Rapptz
2021-04-24
1
-0
/
+4
*
[commands] Add FlagConverter.__iter__
Rapptz
2021-04-24
1
-0
/
+13
*
[commands] Fix _HelpCommandImpl.clean_params popitem
Stella
2021-04-23
1
-2
/
+2
*
[commands] Fix flag detection code in get_flags
Rapptz
2021-04-23
1
-3
/
+3
*
Fix documentation for RoleConverter
jack1142
2021-04-21
1
-2
/
+2
*
[commands] Set constructible FlagConverter flags to not be required
Josh
2021-04-21
1
-0
/
+3
*
[commands] Allow FlagCommand subclasses to inherit options
Josh
2021-04-21
1
-6
/
+20
*
[commands] Add support for aliasing to FlagConverter
Josh
2021-04-21
1
-4
/
+47
*
Fix typo within `HelpCommand.verify_checks` documentation
Kino
2021-04-21
1
-1
/
+1
*
[commands] Avoid creating unnecessary flag mapping copies
Rapptz
2021-04-20
1
-2
/
+2
*
[commands] Default construct flags if they're not passed as parameters
Rapptz
2021-04-20
2
-0
/
+18
*
[commands] Actually expose the FlagError base error
Rapptz
2021-04-19
1
-0
/
+1
*
[commands] Initial support for FlagConverter
Rapptz
2021-04-19
3
-0
/
+608
*
[commands] Add run_converters helper to call converters
Rapptz
2021-04-19
2
-116
/
+186
*
[commands] Add Context.current_parameter
Rapptz
2021-04-19
2
-0
/
+7
*
[commands] Refactor evaluation functions to allow passing in localns
Rapptz
2021-04-18
1
-8
/
+25
*
[tasks] Move the Loop's sleep to be before exit conditions
Steve C
2021-04-16
1
-2
/
+2
*
[commands] Add a converter for discord.Object
Nadir Chowdhury
2021-04-16
2
-0
/
+43
*
Restrict snowflake regexes to 15-20 digits
Nadir Chowdhury
2021-04-16
1
-6
/
+6
*
[commands] Remove HelpCommand.clean_prefix (#6736)
pikaninja
2021-04-15
1
-19
/
+7
*
[commands] Fix missing `re` import in Context
Nadir Chowdhury
2021-04-15
1
-0
/
+1
*
[commands] Add `clean_prefix` attribute to commands.Context
MrKomodoDragon
2021-04-14
1
-0
/
+14
*
[commands] Fix Command.clean_params to return a regular dict
Rapptz
2021-04-11
1
-7
/
+10
*
[commands] Strip text to remove spaces before ellipsis
Kreusada
2021-04-11
1
-1
/
+1
*
[commands] Add support for Python 3.10 Union typing
Rapptz
2021-04-11
1
-1
/
+8
*
[commands] Fix errors with cooldown mappings
Rapptz
2021-04-11
1
-2
/
+7
*
[commands] use __args__ and __origin__ where applicable
Josh
2021-04-11
2
-17
/
+27
[next]