From 253d579c6f1f94b473c26d240c9e20fbe1ac1129 Mon Sep 17 00:00:00 2001 From: Mitsuo Makuda Date: Thu, 27 Oct 2022 07:53:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7149ce..874b61d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ # buttons_raw -This is the raw version of the custom Discord bot used specifically for Basement to help with staff tasks and gives access to tools for staff as well. \ No newline at end of file +This is the raw version of the custom Discord bot used specifically for Basement to help with staff tasks and gives access to tools for staff as well. + +----- + +## Feature 1 - Live Updates +Live Updates are a way to integrate none major updates to the bot without powering down the bot. + +## Feature 2 - Channel Integration +Channel Integrations have all of the channels within Basement and will drop a warning to staff when channels permissions are changed along with who changed the permission and what permissions was changed. + +## Feature 3 - Permission Integration +Permission Integration is having a custom permission level system that does not rely on the Discord guild permissions setup. + +## Feature 4 - Rule Integration +Rule Integration is having an easy way to reference the rules either for the bot to auto-slap members who break detectable rules, or for staff to call on to remind a member of the rules. + +## Feature 5 - Command Statistics +Command Statistics is having the ability for staff to see how often commands are either triggered automatically or commands that are specifically triggered by either staff or members (depending on the kind of command it is.) + +## Feature 6 - Patreon/Boost Integration +Patreon/Boost Integration is having the ability to have automatic updates to do with donators. Informing staff when someone donates/boosts automatically. + +## Feature 7 - Verification Integration +Verification Integration is to deal with both automatic re-verifications (providing that the member hasn't used up their previous re-verifications), helping with both clean and cross verification with logging and other things. + +## Feature 8 - Birthday Notifications +Birthday Notifications will use the data from verification to have happy birthday messages rather than dealing with an external 3rd party bot. + +## Feature 9 - Verbal Warnings/Strikes/Kicks/Ban Integration +Verbal Warnings/Strikes/Kicks/Ban Integration is for using ... \ No newline at end of file