Files
reacord/notes.md
2021-12-26 14:12:58 -06:00

38 lines
749 B
Markdown

# core features
- [ ] render to channel
- [x] render to interaction
- [ ] ephemeral messages
- [x] message content
- embed
- [x] color
- [x] author
- [x] description
- [x] title - text children, url
- [x] footer - icon url, timestamp, text children
- [x] thumbnail - url
- [x] image - url
- [x] fields - name, value, inline
- [x] test
- message components
- [x] buttons
- [ ] links
- [ ] select
- [ ] action row
- [x] button onClick
- [ ] select onChange
- [x] deactivate
- [ ] destroy
- [ ] docs
# cool ideas / polish
- [ ] message property on reacord instance
- [ ] files
- [ ] stickers
- [ ] user mention component
- [ ] channel mention component
- [ ] timestamp component
- [ ] `useMessage`
- [ ] `useReactions`