109 Commits (3585be901c8a590e9314eb46a1b5e2b921a417f3)

Author SHA1 Message Date
DA-344 3585be901c chore: fix lint 4 months ago
DA-344 d00b606d5c fix: docs and lint 4 months ago
DA-344 f113e50d7c chore: revert this change 4 months ago
DA-344 115a817a23 chore: Update thins thongs 4 months ago
owocado 7db391189d
Add __repr__ to Interaction 4 months ago
DA-344 b2128ac15b Rename some attributes and remove Optional[bool] 7 months ago
DA-344 524ffd4d57 Update Interaciton._original_response on interaction callbacks and rename response_message_loading to response_message_thinking 7 months ago
DA-344 802adeddc9 Rephrase response_message note 7 months ago
DA-344 a16f63c946 Updated overloads and docstrings with the reviews 7 months ago
Developer Anonymous 8f8fc4e511 Added overloads and enhanced InteractionCallback docstring 7 months ago
Developer Anonymous dd0a4ee6e7 Added repr to interaction callback 7 months ago
Developer Anonymous d98bbda5b2 Black 7 months ago
Developer Anonymous baa22521dd __all__ & docs 7 months ago
Developer Anonymous 173f27cdfe Added more InteractionCallback things 7 months ago
DA344 356474ffb9
Add ButtonStyle.premium 11 months ago
DA344 9d979d3df1
Some docs fixes for polls 12 months ago
DA344 e43bd8692c
Add support for Polls 1 year ago
Rapptz 64e743af50 Use InteractionMetadata for InteractionResponse.edit_message 1 year ago
Danny 2e2f51fd5c
First pass at supporting user apps 1 year ago
Soheab_ f6182e5763
Add missing suppress_embeds kwarg to InteractionResponse.edit_message 1 year ago
Lucas Hardt 99618c823a
Add support for premium app integrations 2 years ago
Rapptz 2348d72a72 Use the interaction user's guild as a fallback for Interaction.guild 2 years ago
Rapptz 2fdbe59376 Fix Message.channel being None for interactions 2 years ago
Rapptz 49e31e9e23 Use cache data if available for Interaction.channel 2 years ago
Rapptz f1bade4bda Hoist webhook detection outside of store_user helper 2 years ago
Andrin S 53ce05b0d0
Add Interaction.channel from Discord payload 2 years ago
Rapptz bb7668f8a5 Upgrade Message.guild references if None in Interaction 2 years ago
z03h e6ef43139f
Don't store finished views/modals 2 years ago
Rapptz 183675be74 Add support for silent messages 2 years ago
Soheab_ ee07f72906
Add delete_after kwarg to InteractionMessage.edit 2 years ago
Rapptz 7e95f98521 Fix webhooks and interactions not closing files after a request 2 years ago
Rapptz 6cb9a84898 Fix views not being removed from message store backing 2 years ago
Rapptz bee7f903e3 Document Interaction.message availability 2 years ago
Rapptz bbba8c650f Add missing generic parameters on various Interaction parameters 2 years ago
Rapptz bf860b0b07 Add support for generic ClientT in Interaction 2 years ago
Rapptz 50e66d4072 Add delete_after to Interaction.edit_message 2 years ago
Steve C 4c8ba635db
Add delete_after into InteractionResponse.send_message 3 years ago
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