From 3f0da7dfc471be6887435fd8cd97010ac97507b9 Mon Sep 17 00:00:00 2001 From: some weird guy <120821766+Mistake35@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:07:05 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 860c5ad..69ef6cb 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ You can have your users make communities. Each user by default can make one comm ### Password resetting within the settings page **This should've been a thing since day one.** Instead of being forced to reset your password through your email, you can now change it via settings. -### Admins can change the sidebar on the front of the page. -There are two types: `welcomemsgs` and `MOTDs` +### Announcements appear on the side of the main page. +If you have an announcements community, each post will appear there. `welcomemsgs` are visible on the front page when you aren't signed in. From 23ecd99463ed65ded2035f8f75141c4bed668841 Mon Sep 17 00:00:00 2001 From: some weird guy <120821766+Mistake35@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:07:53 -0400 Subject: [PATCH 2/2] Update README.md oops forgot one --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 69ef6cb..8848bf2 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ If you have an announcements community, each post will appear there. `welcomemsgs` are visible on the front page when you aren't signed in. -`MOTDs` are visible when signed in. - ## Other features include: - Mods can warn users. - Better audit logging system.