implement select

This commit is contained in:
MapleLeaf
2021-12-27 00:48:30 -06:00
parent 4f978c101a
commit ceb8e78028
14 changed files with 553 additions and 31 deletions

View File

@@ -17,10 +17,10 @@
- message components
- [x] buttons
- [x] links
- [ ] select
- [x] select
- [x] select onChange
- [ ] action row
- [x] button onClick
- [ ] select onChange
- [x] deactivate
- [ ] destroy
- [ ] docs
@@ -37,3 +37,5 @@
- [ ] `useReactions`
- [ ] max instance count per guild
- [ ] max instance count per channel
- [ ] uncontrolled select
- [ ] single class/helper function for testing `ReacordTester`