You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kellen 4fd2d5fdfd
Remove redundant imports and variables
3 years ago
..
__init__.py [commands] Initial support for FlagConverter 4 years ago
_types.py [commands] Add missing and fix existing type annotations 3 years ago
bot.py [commands] Add note for command tree in Bot's docstring 3 years ago
cog.py Fix some type checker errors and remove some type ignores 3 years ago
context.py [commands] Rework help command to avoid a deepcopy on invoke 3 years ago
converter.py Remove redundant imports and variables 3 years ago
cooldowns.py Add application command cooldown decorators 3 years ago
core.py [commands] Add Command.cooldown property 3 years ago
errors.py Add application command cooldown decorators 3 years ago
flags.py Fix some type checker errors and remove some type ignores 3 years ago
help.py Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
view.py Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago