| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove view syncing before editing in views | Rapptz | 2021-05-31 | 1 | -3/+5 |
| * | Check for view finished state before resuming listening on edit | Rapptz | 2021-05-31 | 1 | -1/+1 |
| * | Sync views in InteractionResponse.edit_message | Rapptz | 2021-05-31 | 1 | -0/+6 |
| * | Add support for interaction followups | Rapptz | 2021-05-30 | 1 | -1/+12 |
| * | Allow sending View with Interaction.response.send_message | Rapptz | 2021-05-30 | 1 | -0/+15 |
| * | Allow passing multiple embeds in InteractionResponse.edit_message | Rapptz | 2021-05-27 | 1 | -3/+15 |
| * | Add support for setting interaction responses | Rapptz | 2021-05-27 | 1 | -5/+244 |
| * | Fix some type hints in interactions | Rapptz | 2021-05-27 | 1 | -2/+3 |
| * | [Interactions] Create User only when in DMs | AXVin | 2021-05-27 | 1 | -5/+7 |
| * | Properly guard for DMs in interaction creation | Rapptz | 2021-05-27 | 1 | -5/+6 |
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -1/+27 |
| * | Add interaction related typings | Rapptz | 2021-04-08 | 1 | -5/+14 |
| * | Add on_interaction event and Interaction class. | Rapptz | 2021-04-06 | 1 | -0/+104 |