aboutsummaryrefslogtreecommitdiff
path: root/discord/ui/select.py
Commit message (Expand)AuthorAgeFilesLines
* Allow passing Emoji in componentsRapptz2021-06-021-6/+4
* Ensure views added to Client.add_view are persistent viewsRapptz2021-05-311-0/+1
* Mention that rows are explicitly 0 indexed.Rapptz2021-05-311-2/+2
* Allow assigning Select.options to refresh the select menuRapptz2021-05-301-0/+9
* Rework item grouping behaviour to take into consideration weightsRapptz2021-05-291-11/+21
* Default SelectOption.value to the label if not givenRapptz2021-05-281-2/+2
* Add support for select componentsRapptz2021-05-281-0/+315