| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |