71 Commits (7b595fb052c82de1fca8b89d6aacc908f1978a31)

Author SHA1 Message Date
Soheab c83134ab65
Add Interaction.translate method 3 years ago
Rapptz bd19ad05e7 Fix app_command_completion triggering on certain errors 3 years ago
Rapptz 49e6fe9a0c Fix autocomplete translations calling unnecessary locales 3 years ago
Rapptz 9ce1541775 Rename Interaction.original_message to original_response 3 years ago
Rapptz 2d586ae805 Add initial support for app command localisation 3 years ago
Mikey c4e09acff8
Add InteractionResponse.type property 3 years ago
Rapptz b3a24846bd Add Interaction.app_permissions 3 years ago
Rapptz 7ad00750c6 Add note about different client subclasses 3 years ago
Rapptz 573bb32a1e Fallback to an unavailable guild instead of an Object in interactions 3 years ago
Rapptz 4dd5cc2bc9 Pass proxy information to interactions and webhooks 3 years ago
Rapptz d56f5150fa Fix oversight of edit parameters not being keyword only 3 years ago
Rapptz 8699d2139a Improve generic duck type programming with PartialMessageable 3 years ago
Rapptz a0dfdb9b1d Fix multiple view instances not dispatching in app commands responses 3 years ago
Rapptz acd4a0856e Add Interaction.extras for extraneous data 3 years ago
Rapptz 840eb577d4 [commands] Add initial implementation of hybrid commands 3 years ago
Rapptz c284145f18 Add and remove some versionadded directives 3 years ago
Rapptz 23f6876492 Add initial support for forum channels 3 years ago
Kellen 4fd2d5fdfd
Remove redundant imports and variables 3 years ago
Rapptz def035bf9a Remove StoreChannel and any references to it 3 years ago
jack1142 5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
Rapptz 202b993da3 Add Interaction.command and Interaction.namespace attributes 3 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Dawid K 5f2d9a9ffa
Fix state parameter in Interaction.edit_original_message 3 years ago
metro 342652c8ad
Document NotFound for Interaction original_message methods 3 years ago
Stocker acbd8ca5f6
Fix typo causing a TypeError in Interaction.guild_locale 3 years ago
Leo 02310e4abd
Add Interaction.locale and Interaction.guild_locale 3 years ago
Rapptz 1f8687505f Fix InteractionResponse.edit_message not working with modal submits 3 years ago
Josh c907bec753
Add Interaction creation/expiry attributes and helper method 3 years ago
Stocker 554d2d7c99
Add the suppress_embeds parameter to send methods 3 years ago
Rapptz 4c8b1f9abd Remove unused imports 3 years ago
Rapptz f7315573aa Remove generic from Interaction and ConnectionState 3 years ago
Rapptz 41f2792ed9 Change Interaction.user to not be Optional 3 years ago
Rapptz f80f81c395 Add Member.resolved_permissions attribute for interaction members 3 years ago
Rapptz f435d160dd Add Interaction.client property 3 years ago
Rapptz ae1aaac5a7 Add support for autocomplete 3 years ago
Rapptz 30e7a2e937 Fix a few more type errors 3 years ago
Predä d24a339dbf
Fix missing view parameter in edit message response 3 years ago
Maya 38e6dc4f27
Fix passing ephemeral and thinking together 3 years ago
Rapptz af8e74d327 Allow deferring modal_submit interactions 3 years ago
Josh 19c6687b55
Add support for Modal Interactions 3 years ago
Josh dede5539ee
Add support for editing message attachments 3 years ago
Rapptz 92d1b4cd2b Refactor interaction response handling to support files 3 years ago
Rapptz 9c066a8cf6 Refactor internal message sending and editing parameter passing 3 years ago
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 4 years ago
Miolus 36b9bc8ee3
Add interaction.data to docs 4 years ago
Rapptz 66871f329e Interaction.channel can be a PartialMessageable rather than Object 4 years ago
Rapptz ecf239d2a2 Fix user cache acting incorrectly with evictions 4 years ago
Rapptz c748e4bce5 Mention ephemeral messages can only be edited with raw method 4 years ago
Alex Nørgaard 6a553b2347
Fix building docs due to missing InteractionMessage in __all__ 4 years ago