103 Commits (23e2c4d8deff2dd7ae00a1240b5c26590f55a38f)

Author SHA1 Message Date
Rapptz b9b21ca270 [commands] Fix Context.from_interaction derived Message.type 6 months ago
Rapptz 44a44e938f Reformat entire project with ruff instead of black 11 months ago
DA344 50caa3c82c
Add support for components V2 11 months ago
Soheab aa5f4bdd7a
Fix poll parameter defaulting to MISSING instead of None for Context.send 1 year ago
Willi 470323493e
Pass BotT type argument to DeferTyping 1 year ago
Rapptz 8953938a53 Update Pyright to v1.1.394 1 year ago
Rapptz 776fc2251d [commands] Use interaction response within Context.send 1 year ago
Rapptz ca85782b35 [commands] Fix Context.defer unconditionally deferring 2 years ago
DA344 e43bd8692c
Add support for Polls 2 years ago
Danny 2e2f51fd5c
First pass at supporting user apps 2 years ago
Josh 630b2a1e55
Update pyright version 3 years ago
Rapptz e870bb1335 Add constant for the default file size limit 3 years ago
owocado 1deb5bf82d
[commands] Add Context.filesize_limit property 3 years ago
Andrin S 2ddb9d22ba
Add overloads to reply and send 3 years ago
Server Bot d523fc4a83
[commands] Add silent kwarg to Context.send 3 years ago
Rapptz 23bcb07d2b [commands] Fix generic arg on Context.interaction 3 years ago
Steve C 7365dd1bd2
[commands] Allow delete_after in Context.send on ephemeral messages 4 years ago
Rapptz 6ab6b2cb96 [commands] Fix Context.from_interaction ignoring command_failed 4 years ago
Rapptz 9ce1541775 Rename Interaction.original_message to original_response 4 years ago
zephyrkul 9fe19dcc69
[commands] Add Context.permissions and Context.bot_permissions 4 years ago
Josh c9f777c873
Fix type annotations to adhere to latest pyright release 4 years ago
Rapptz 36f039a1bf [commands] Fix interaction baton not being set during Context creation 4 years ago
Rapptz 3dddddc8f9 [commands] Change Context.typing to defer for interaction contexts 4 years ago
Var 7b65be9d25
[commands] Fix broken None reference 4 years ago
Rapptz 8699d2139a Improve generic duck type programming with PartialMessageable 4 years ago
Rapptz 5357b9319b [commands] Ignore delete_after for ephemeral interaction sends 4 years ago
Rapptz 84e6b9283d [commands] Fix delete_after not working with interaction Context.send 4 years ago
Rapptz cd0d6749ea [commands] Fix Context.reply not working with expired interactions 4 years ago
Rapptz 4fb1309e2a [commands] Mock interaction context prefix 4 years ago
Rapptz fa3a4c109b [commands] Fix Context.reply not working for hybrid commands 4 years ago
Rapptz c1892131a6 [commands] Fix Context docstring missing Interaction ref 4 years ago
Rapptz 840eb577d4 [commands] Add initial implementation of hybrid commands 4 years ago
James Hilton-Balfe 55c5be78cf
[commands] Implement commands.parameter 4 years ago
Kellen 0f18d93e47
Remove unused imports 4 years ago
jack1142 3d914e08e0
[commands] Add Context.current_argument 4 years ago
Rapptz 29668c51ae [commands] Revert back to older help command implementation 4 years ago
Josh fafc5b13f6
[commands] Rework help command to avoid a deepcopy on invoke 4 years ago
Rapptz 1192d842e1 Fix some type checker errors and remove some type ignores 4 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 4 years ago
Rapptz 88b520b5ab Reformat code using black 4 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 4 years ago
ShashankKumarSaxena b2ac327bd8
[commands] Fix a small typo in Context.invoke docs 5 years ago
Josh f3cb197429
[commands][types] Type hint commands-ext 5 years ago
Nadir Chowdhury 757cfad38f
Type up **kwargs of various methods 5 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 5 years ago
Rapptz 09f3f2111c [commands] Add Context.current_parameter 5 years ago
Nadir Chowdhury 5ea5f32479
[commands] Fix missing `re` import in Context 5 years ago
MrKomodoDragon ed3c141f5e
[commands] Add `clean_prefix` attribute to commands.Context 5 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 5 years ago
Rapptz adaf7c6192 [commands] Use positional only parameter for Context.invoke 5 years ago