aboutsummaryrefslogtreecommitdiff
path: root/discord/interactions.py
Commit message (Collapse)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
| | | | Fix #6794
* 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
This is the first pass at the functionality. It's currently a bit incomplete.