82 Commits (2ab6541715b8ffc97c8f787749c301d2721705ba)

Author SHA1 Message Date
Sebastian Law 2ab6541715
[commands] Document exceptions being ignored in teardown and cog_unload 2 years ago
Soheab_ a5a93a85bc
[commands] Document GroupCog.interaction_check 2 years ago
owocado d26dbf3a7a
Fix a few typos in the docs 2 years ago
AAA3A 742630f144
[commands] Fix error involving hybrid groups in Cog 2 years ago
Rapptz 93ed1646d2 Cleanup some private utilities in app_commands.commands 2 years ago
yaakiyu 20c7e261be
[commands] Fix small "commands" typo in hybrid documentation 2 years ago
Rapptz 3ff88db768 Update pyright to 1.1.289 2 years ago
Leonardo f4c0a051ab
[commands] Hint hybrid commands in GroupCog's description 2 years ago
Alex Nørgaard 50078087e5
[commands] Fix variance issues in Bot.add_cog with List[Snowflake] 2 years ago
Julien Mauroy d0625154ed
[commands] Add Cog.has_app_command_error_handler 3 years ago
ster 95b6bd8782
Add coro tag to docstrings that were missing it 3 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 3 years ago
NextChai bdda31307b
[commands] Add GroupCog.group_extras to set Group.extras 3 years ago
JohannesIBK 610edaeead [commands] Add option to disable `auto_locale_strings` in GroupCog 3 years ago
Rapptz 2d586ae805 Add initial support for app command localisation 3 years ago
Soheab f5b0717661
[commands] Add get_app_commands and walk_app_commands to Cog 3 years ago
StockerMC 1fbcfbd1fb Fix cog_app_command_error for group edge case 3 years ago
Stocker 6d1069e789
Fix cog_app_command_error for groups 3 years ago
Sebastian Law 9c109ae59b
[commands] Unload cog when command registration fails in _inject 3 years ago
Stocker 0546343bcb
[commands] Add cog-level app command error special method 3 years ago
Rapptz 06c43d6772 [commands] Add support for NSFW commands for hybrid commands 3 years ago
Rapptz bd3ce597e1 [commands] Fix app command children not being copied in HybridGroup 3 years ago
Rapptz ccc737eb07 [commands] Add support for with_app_command in hybrid commands 3 years ago
Rapptz e8a2eeea06 [commands] Rename Cog.app_command_group to Cog.app_command 3 years ago
Rapptz 0551214be1 [commands] Properly set default guilds for group to None instead of [] 3 years ago
Rapptz e873b8294a [commands] Properly set group parent for hybrid commands in cogs 3 years ago
Rapptz f4c5d37c8f [commands] Rework Cog + Group inheritance to requite GroupCog 3 years ago
Rapptz 5536ef1eea Update to pyright 1.1.242 3 years ago
Rapptz 840eb577d4 [commands] Add initial implementation of hybrid commands 3 years ago
Rapptz f15f601779 [commands] Check if an application command starts with bot_ or cog_ 3 years ago
Bryan Forbes 0a8065606a
Update parent reference of Group children 3 years ago
Rapptz 1192d842e1 Fix some type checker errors and remove some type ignores 3 years ago
z03h e5461c73b6
[commands] Check if any base in a Cog is a subclass of Group 3 years ago
Rapptz 5bc085ebab Properly set root parent before copying a command's binding 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Josh a1c618215e
[commads] Change cog/extension load/unload methods to be async 3 years ago
Rapptz 0ef369c0fa [commands] Automatically unload top level app commands in extensions 3 years ago
Rapptz d68f2db7cb [commands] Always respect guild IDs passed to cog adding and removal 3 years ago
Rapptz 9dea6caf20 Ensure cog app commands is a list rather than a dict 3 years ago
Rapptz d210f799ee [commands] Fix cog eject behaviour with application commands 3 years ago
Rapptz 446bfa78b0 [commands] Allow Cog and app_commands interopability 3 years ago
Josh eaf94e84bc
Fix unbound ParamSpec to use ... over Any 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
mniip cd1dd7d670
[commands] Properly eject listeners with custom names 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh f3cb197429
[commands][types] Type hint commands-ext 4 years ago
thetimtoy 8675a18185
[commands] Remove unused copy import in Cog 4 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 4 years ago
Rapptz 6d74514729 [commands] Fix logic in Cog.has_error_handler() 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago