Skip to content

Commit

Permalink
Update mode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmostSuspense authored Dec 9, 2023
1 parent 513fc07 commit 2a36504
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/mode.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Configuration Element: Suggestion Handling Mode

### Description
This setting defines how suggestions will be handled in your server, there are currently **two** available modes:
This setting defines how suggestions will be handled in your server, there are **two** available modes:

| Mode | Description | Additional Requirements |
| Mode | Description | Additional Requirements |
|:------------:|:---------------------------------------------------------------------------:|:------------------------------------------:|
| Review | Suggestions are held for manual review | [review channel](/config/review.md) and usage of the managing commands |
| Autoapprove | Suggestions are automatically approved and sent in the suggestions feed | |
| Review | Suggestions are held for manual review | [review channel](/config/review.md) + usage of the managing commands |
| Autoapprove | Suggestions are automatically approved and sent in the suggestions feed | none |


### Usage
Expand All @@ -15,4 +15,4 @@ Set up the mode using `.config mode review/autoapprove`
### Accepted Inputs
Any channel name, ID or #mention

?> If you wish to change the mode from `review` to `autoapprove`, you'll have to clear all pending suggestions by either approving or denying them. You can use the [`.listqueue`](/staff/listqueue.md) command to list all pending suggestions.
?> If you wish to change the mode from `review` to `autoapprove`, you'll have to handle all pending suggestions by either approving or denying them. You can use the [`.listqueue`](/staff/listqueue.md) command to get a list of pending suggestions.

0 comments on commit 2a36504

Please sign in to comment.