From d13e5cf8aec7e95b5a616080556acd1b2f0c82a5 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Thu, 22 Jul 2021 17:30:06 -0400 Subject: [PATCH] Add more goals to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2b5cb..97d8e3a 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,14 @@ Whenever user sends a message, client will send message & token and backend will - [x] Pronouns - [x] Set pronouns - [x] Change pronouns +- [ ] make changed_event Enum, use token instead of pin - [ ] Some form of plural support? - [ ] User management (banning, etc.) - - [ ] User roles (admin, mod, etc.) + - [x] User roles (admin, mod, etc.) + - [ ] Commands to affect users - [ ] Blacklist words from chat/names - [ ] More advanced chat features - [x] Different types of message events? eg. default, announcement, command + - [ ] Types will display differently? eg. announcements pinned to top? + - [ ] Have different commands? - [ ] Emote support?