Files
reacord/notes.md
2021-12-25 20:05:35 -06:00

36 lines
725 B
Markdown

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