aboutsummaryrefslogtreecommitdiff
path: root/discord/components.py
Commit message (Expand)AuthorAgeFilesLines
* Update documentation on select limitsRapptz2021-08-251-2/+2
* Add support for discord.ui.Select.disabledLucas Hardt2021-07-281-0/+5
* Add SelectOption.__str__Rapptz2021-07-041-0/+10
* Mention the discord.ui types in the read-only component typesRapptz2021-07-031-0/+10
* [docs] Update Sphinx and Fix various referencesJosh2021-06-271-1/+1
* Fix NameError in missing _EmojiTag importRapptz2021-06-021-1/+1
* Allow passing Emoji in componentsRapptz2021-06-021-4/+10
* Default SelectOption.value to the label if not givenRapptz2021-05-281-4/+5
* Allow constructing SelectOption.emoji from a string as wellRapptz2021-05-281-2/+6
* Add support for reading SelectMenu components from messagesRapptz2021-05-281-1/+151
* Move ActionRow to its own separate type split from ComponentRapptz2021-05-281-25/+60
* Button labels can be NoneZomatree2021-05-271-3/+3
* Fix emoji not showing up in button componentRapptz2021-05-271-0/+4
* Add initial support for buttons and componentsRapptz2021-05-271-0/+158