271 Commits (e64d8b71bda0e2b573e0daba2beb484e34f07cee)

Author SHA1 Message Date
Rapptz 2f1f5fe2e2 Revert "Fix context install decorators to correctly restrict commands" 10 months ago
Rapptz 44a44e938f Reformat entire project with ruff instead of black 11 months ago
Sacul 7e2ca02fd1
Add total_message_sent attribute to threads 11 months ago
Soheab 983a9b8f94
Use Unpack where it's possible 11 months ago
Rapptz ec409a0a7b Guard AppCommandThread.guild attribute access 11 months ago
Sacul db42eba4fa
Add more attributes to AppCommandChannel/Thread 11 months ago
owocado 2695fa056a
Fix guild_only app command decorator 11 months ago
shea ce9f5ad1ba Fix context install decorators to correctly restrict commands 1 year ago
El Laggron b1be7dea74
Handle empty guild_ids list for app_commands 1 year ago
owocado a62b25c6c0
Add missing attributes in AppCommandChannel 1 year ago
owocado fe942d1e16
Properly transform media channels in app commands 1 year ago
owocado c524f655be
Use human_join internal helper in BaseChannelTransformer 1 year ago
owocado 2bcbd49bc6
Add __repr__ method to various classes 1 year ago
Rapptz 8953938a53 Update Pyright to v1.1.394 1 year ago
PythonCoderAS 9da131ed26
Fix variance typing issue with CommandTree.error decorator 2 years ago
Andrin b207c8a1ac
[commands] Add perms object param to default_permissions decorator 2 years ago
Michael H 3e168a93bf
Improve typing of app command transformers 2 years ago
Rapptz df4b1c88df Move MissingApplicationID to top-level discord namespace 2 years ago
Rapptz c41cadfa91 Fix introduced potential TypeError with _get_command_error 2 years ago
Pipythonmc a183a56dd9
Fix _get_command_error improperly handling some error messages 2 years ago
Rapptz 837bc35b87 Add missing versionadded for a few decorators 2 years ago
Soheab cc32fb364b
Add notes about contexts and installation_types availability 2 years ago
Etwas b5ada0a662
Fix merge methods for AppCommandContext and AppInstallationType 2 years ago
Michael H a1206dfde8
Fix typing of various AppCommand decorators 2 years ago
Danny 2e2f51fd5c
First pass at supporting user apps 2 years ago
Josh 4e03b170ef
Update pyright version 2 years ago
Akai bd402b486c
Correct typo in error message: "error" to "autocomplete" 2 years ago
Rapptz f617d01eee Refactor human_join into its own private helper function 3 years ago
owocado cf79af2dc4
Fix typehints for __class_getitem__ in Transform and Range 3 years ago
ItsWilliboy 555940352b
Fix error when app_commands.Group misses a name 3 years ago
Rapptz 576ab269e8 Fix AttributeError in CommandSyncFailure due to APPLICATION_COMMAND_TOO_LARGE 3 years ago
Rapptz 9e2f2cb3af Log suppressed autocomplete exceptions 3 years ago
Josh 630b2a1e55
Update pyright version 3 years ago
Rapptz 223e95a252 Catch TypeError for unhashable annotation types 3 years ago
Rapptz c8e2644497 Fix custom attributes not being copied over for subclassed Group 3 years ago
Rapptz 0adef0ec89 Update auto_archive_duration documentation 3 years ago
Rapptz 4e09c34bbb Suppress exceptions from invoking autocomplete 3 years ago
Rapptz 93ed1646d2 Cleanup some private utilities in app_commands.commands 3 years ago
Rapptz bbba8c650f Add missing generic parameters on various Interaction parameters 4 years ago
Trevor 2e737e70de
Correct app command decorators that use Interaction 4 years ago
Rapptz 3ff88db768 Update pyright to 1.1.289 4 years ago
chrispy 7f796a68ca
Add str and float examples to app_commands.Range documentation 4 years ago
rdrescher909 c0dfdf1bef
Add autocomplete warning about user input 4 years ago
ster 95b6bd8782
Add coro tag to docstrings that were missing it 4 years ago
Omkaar c30a2f3ca0
Refactor certain f-strings and literals 4 years ago
Rayzeq e3b5fbd9e6
Update Transformer.choices docs to mention limit 4 years ago
Rapptz 217662ca44 Fix detection of overridden binding error handler 4 years ago
Rapptz cd04f6ca41 Revert Group.on_error copy due to failing tests 4 years ago
Rapptz 6e5392c6e2 Fix Tree.on_error still being called when a bound error handler is set 4 years ago
Rapptz 6bec7e9d97 Fix detection of overriden Group.on_error and ensure they're copied 4 years ago