From d1935d283a9e23bd91118e4bffc892c2b28b509b Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:41:14 -0600 Subject: [PATCH] notes --- notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..9d0c5c4 --- /dev/null +++ b/notes.md @@ -0,0 +1,25 @@ +# core features + +- [x] rendering core +- [x] message content +- embed + - [x] color + - [x] author + - [x] description + - [ ] title - text children, url + - [ ] footer - icon url, timestamp, text children + - [ ] image - url + - [ ] thumbnail - url + - [ ] fields - name, value, inline +- message components + - [ ] buttons + - [ ] links + - [ ] select + - [ ] action row + +# cool ideas / polish + +- [ ] files +- [ ] user mention component +- [ ] channel mention component +- [ ] timestamp component