update readme

This commit is contained in:
Cynthia Foxwell 2023-07-29 22:37:40 -06:00
parent 3f6a557e05
commit 781402297a
1 changed files with 11 additions and 3 deletions

View File

@ -35,20 +35,28 @@ Go is more portable than Node.js
- [ ] AFK toggle (A) - [ ] AFK toggle (A)
- [ ] Send DM (s) - [ ] Send DM (s)
- [ ] Answer DM (a) - [ ] Answer DM (a)
- [x] Current time (+)
- [ ] DM history (TBD)
- [ ] Reply to message (TBD)
- [ ] Toggle color (z)
- [x] Message Receiving - [x] Message Receiving
- Markdown styling - Markdown styling
- [x] Emotes - [x] Emotes
- [ ] Timestamp parsing - [x] Timestamp parsing
- [x] Mentions parsing - [x] Mentions parsing
- [ ] Embeds in the style of commode's posted links - [ ] Embeds
- [ ] Plain links with title = commode's posted links
- [x] Messages wrapped in `*`'s or `_`'s parsed as emotes - [x] Messages wrapped in `*`'s or `_`'s parsed as emotes
- [x] Inline DMs to replicate commode's private messages - [x] Inline DMs to replicate commode's private messages
- [x] Replies - [x] Replies
- [ ] Group DMs - [ ] Group DMs
- [ ] Only works with user accounts, might not even be worth doing
- [x] Message sending - [x] Message sending
- [x] Puts incoming messages into queue whilst in send mode - [x] Puts incoming messages into queue whilst in send mode
- [x] Send typing
- [ ] Mentioning
- [x] Configuration - [x] Configuration
- [x] Write token from argv into rc file if rc file doesn't exist - [x] Write token from argv into rc file if rc file doesn't exist
- [x] Default guild/channel - [x] Default guild/channel
- [ ] Threads - [ ] Threads/Forums
- [ ] External rich presence when using bot accounts - [ ] External rich presence when using bot accounts