aboutsummaryrefslogtreecommitdiff
path: root/discord/components.py
Commit message (Expand)AuthorAgeFilesLines
* 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