aboutsummaryrefslogtreecommitdiff
path: root/discord/ui
Commit message (Collapse)AuthorAgeFilesLines
* Default SelectOption.value to the label if not givenRapptz2021-05-281-2/+2
|
* Remove __slots__ from ViewRapptz2021-05-281-7/+0
|
* Add support for select componentsRapptz2021-05-285-5/+327
|
* Add PartialEmoji.from_str helperRapptz2021-05-281-22/+8
|
* Fix View.wait not returning when it times outRapptz2021-05-281-5/+14
| | | | This also makes it so it returns the reason why the wait finished.
* Add a timeout callback for detecting when a View times outRapptz2021-05-281-3/+24
|
* Add View.remove_item and View.clear_itemsRapptz2021-05-281-0/+18
|
* Add View.interaction_check for interaction pre-conditionsRapptz2021-05-281-0/+36
|
* Add a way to wait for a view to finish its interactionsRapptz2021-05-271-0/+9
|
* Button labels can be NoneZomatree2021-05-271-10/+10
|
* 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
|
* Force button style to link if a URL is passedRapptz2021-05-271-0/+3
|
* Rename enums to use official API namingRapptz2021-05-272-2/+2
|
* Make Item and Button generic over the underlying viewRapptz2021-05-272-6/+8
|
* Change the way callbacks are defined to allow derivingRapptz2021-05-273-89/+45
| | | | | This should hopefully make these work more consistently as other functions do.
* Add initial support for buttons and componentsRapptz2021-05-274-0/+712