aboutsummaryrefslogtreecommitdiff
path: root/discord/interactions.py
Commit message (Expand)AuthorAgeFilesLines
* Remove view syncing before editing in viewsRapptz2021-05-311-3/+5
* Check for view finished state before resuming listening on editRapptz2021-05-311-1/+1
* Sync views in InteractionResponse.edit_messageRapptz2021-05-311-0/+6
* Add support for interaction followupsRapptz2021-05-301-1/+12
* Allow sending View with Interaction.response.send_messageRapptz2021-05-301-0/+15
* Allow passing multiple embeds in InteractionResponse.edit_messageRapptz2021-05-271-3/+15
* Add support for setting interaction responsesRapptz2021-05-271-5/+244
* Fix some type hints in interactionsRapptz2021-05-271-2/+3
* [Interactions] Create User only when in DMsAXVin2021-05-271-5/+7
* Properly guard for DMs in interaction creationRapptz2021-05-271-5/+6
* Add initial support for buttons and componentsRapptz2021-05-271-1/+27
* Add interaction related typingsRapptz2021-04-081-5/+14
* Add on_interaction event and Interaction class.Rapptz2021-04-061-0/+104