aboutsummaryrefslogtreecommitdiff
path: root/discord/ui/view.py
Commit message (Expand)AuthorAgeFilesLines
* Add a way to wait for a view to finish its interactionsRapptz2021-05-271-0/+9
* Allow View to be instantiated without subclassingRapptz2021-05-271-3/+1
* Only automatically defer if no response was given in callbackRapptz2021-05-271-1/+2
* Rename enums to use official API namingRapptz2021-05-271-1/+1
* Change the way callbacks are defined to allow derivingRapptz2021-05-271-6/+13
* Add initial support for buttons and componentsRapptz2021-05-271-0/+270