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.
StockerMC 1fbcfbd1fb Fix cog_app_command_error for group edge case 3 years ago
..
__init__.py [commands] Add initial implementation of hybrid commands 3 years ago
_types.py Fix type annotations to adhere to latest pyright release 3 years ago
bot.py Fix typo and capitalizations in docs 3 years ago
cog.py Fix cog_app_command_error for group edge case 3 years ago
context.py [commands] Add Context.permissions and Context.bot_permissions 3 years ago
converter.py [commands] change Range to raise BadArgument for invalid values 3 years ago
cooldowns.py [commands] Change cooldowns to take context instead of message 3 years ago
core.py [commands] Fix type annotations to use Union instead of | 3 years ago
errors.py [commands] Add support for Range[str, ...] 3 years ago
flags.py [commands] fix case_insensitive bug in parse_flags 3 years ago
help.py Fix type annotations to adhere to latest pyright release 3 years ago
hybrid.py Fix some typos 3 years ago
parameters.py [commands] Fix missing ctx in example 3 years ago
view.py Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago