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.
Josh cfe93f19b1
[commands] Allow FlagCommand subclasses to inherit options
5 years ago
..
__init__.py [commands] Initial support for FlagConverter 5 years ago
_types.py Modernize code to use f-strings 5 years ago
bot.py [commands] Raise error when a cog name is already registered 5 years ago
cog.py [commands] Fix logic in Cog.has_error_handler() 5 years ago
context.py [commands] Add Context.current_parameter 5 years ago
converter.py [commands] Add run_converters helper to call converters 5 years ago
cooldowns.py [commands] Fix errors with cooldown mappings 5 years ago
core.py [commands] Default construct flags if they're not passed as parameters 5 years ago
errors.py [commands] Actually expose the FlagError base error 5 years ago
flags.py [commands] Allow FlagCommand subclasses to inherit options 5 years ago
help.py Fix typo within `HelpCommand.verify_checks` documentation 5 years ago
view.py Use f-strings in more places that were missed. 5 years ago