From 7d36a9600ddd3e79b8c3232dddebb8d48f06a7a3 Mon Sep 17 00:00:00 2001 From: Anthony Collier Date: Sat, 28 Jan 2023 15:58:20 -0500 Subject: [PATCH] :sparkles: Threads can be auto archived - In managing suggestions, reference threads can be created automatically --- docs/configuration.mdx | 7 ++++++- docs/managing-suggestions.mdx | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/configuration.mdx b/docs/configuration.mdx index ce5a254..9a0f909 100644 --- a/docs/configuration.mdx +++ b/docs/configuration.mdx @@ -71,7 +71,7 @@ You can either view if thread channels are automatically created or not when a s -At this time, threads are not automatically archived when suggestions are approved and rejected, so you will have to moderate this manually. +When approving or rejecting a thread, you can opt to have the thread automatically be archived via the [auto archive threads](#auto-archive-threads) configuration. ## Keep Suggestion Logs @@ -84,3 +84,8 @@ When enabled, this configuration allows a suggestion to remain in the channel wh Usage `/config get config:Anonymous suggestions` (to view) or `/config anonymous ` When enabled, this configuration allows users to optionally submit a suggestion as anonymous, omitting any of their profile infomation from the suggestion. Read more about this feature [here](anonymous-suggestions.mdx). + +## Auto Archive Threads +When enabled, this configuration allows the bot to automatically archive suggestions threads when resolved (approved or rejected). + +Usage `/config get config:Auto archive threads` (to view) or `/config auto_archive_threads ` \ No newline at end of file diff --git a/docs/managing-suggestions.mdx b/docs/managing-suggestions.mdx index 0635ece..83db4b8 100644 --- a/docs/managing-suggestions.mdx +++ b/docs/managing-suggestions.mdx @@ -19,6 +19,7 @@ import SuggestionStatusEmbed from '@site/src/components/Embeds/SuggestionStatusE `|` = Means "or" `administrator` = A user with the **Manage Server** permission +## Overview Managing suggestions is simple. Each suggestion is assigned a **Suggestion ID** \(sID\). From there, staff members can either approve, reject, or add a note to a suggestion with the sID. The sID is located in the footer of each suggestion: [response]`. +- If a response has been added via `/approve [response]`, that will be displayed in the results message. +- If the suggestion has a thread attached, it'll automatically be archived if enabled in the [configuration](configuration.mdx#auto-archive-threads). }