aboutsummaryrefslogtreecommitdiff
path: root/discord/interactions.py
Commit message (Expand)AuthorAgeFilesLines
* 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