| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix NameError in missing _EmojiTag import | Rapptz | 2021-06-02 | 1 | -1/+1 |
| * | Allow passing Emoji in components | Rapptz | 2021-06-02 | 1 | -4/+10 |
| * | Default SelectOption.value to the label if not given | Rapptz | 2021-05-28 | 1 | -4/+5 |
| * | Allow constructing SelectOption.emoji from a string as well | Rapptz | 2021-05-28 | 1 | -2/+6 |
| * | Add support for reading SelectMenu components from messages | Rapptz | 2021-05-28 | 1 | -1/+151 |
| * | Move ActionRow to its own separate type split from Component | Rapptz | 2021-05-28 | 1 | -25/+60 |
| * | Button labels can be None | Zomatree | 2021-05-27 | 1 | -3/+3 |
| * | Fix emoji not showing up in button component | Rapptz | 2021-05-27 | 1 | -0/+4 |
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -0/+158 |