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
/
flags.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Remove Flag related delimiter and prefix error
Rapptz
2021-04-30
1
-3
/
+0
*
Add utils.MISSING
Nadir Chowdhury
2021-04-29
1
-9
/
+1
*
Split annotation resolution to discord.utils
Rapptz
2021-04-27
1
-1
/
+1
*
[commands] Add support for typing.Union to Flags
Josh
2021-04-25
1
-5
/
+11
*
[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 flag detection code in get_flags
Rapptz
2021-04-23
1
-3
/
+3
*
[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
*
[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
1
-0
/
+16
*
[commands] Initial support for FlagConverter
Rapptz
2021-04-19
1
-0
/
+530