Skip to content

Commit 02a08b7

Browse files
committed
Reordered the Server-Property page.
1 parent 63dc716 commit 02a08b7

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Writerside/topics/Server-Property.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
The server property is a way to store and manage server-specific settings that are used across multiple commands.
44
This includes settings like the moderation log channel, the strike log channel, the score management role, and more.
55

6-
The settings can be changes using the sub-commands of [](config.topic). \
7-
A list of all available server properties can be found below.
6+
## Possible values
87

9-
## String / Text
8+
There are currently a set amount of possible server properties that can be set.
9+
They can be managed using the sub-commands of [](config.topic), respective to the type of config property.
10+
11+
The following values can be set for the server property:
12+
13+
### String / Text
1014

1115
- `BAN_MESSAGE`: The message that is sent to a user when they are banned from the server. It can contain some
1216
placeholders:
@@ -15,17 +19,17 @@ A list of all available server properties can be found below.
1519
- `UNBAN_FORM`: The link to the unban form that is sent to a user when they are banned from the server. If it is
1620
present, it will be attached to the message as a link button, so please make sure that it is in a proper link format.
1721

18-
## Number
22+
### Number
1923

2024
`currently none`
2125

22-
## Boolean (true/false)
26+
### Boolean (true/false)
2327

2428
- `PROFILE_MODERATION_BAN`: If set to `true`, the bot will automatically ban users that have a flagged profile, meaning
2529
a suspicious username that might impersonate legitimate bots or users. Otherwise, only a log message is sent into the
2630
`MODERATION_LOGS_CHANNEL`.
2731

28-
## Channel
32+
### Channel
2933

3034
- `MODERATION_LOGS_CHANNEL`: The channel where moderation logs are sent to. This includes all messages about warnings
3135
and messages when a user is flagged.
@@ -43,11 +47,11 @@ A list of all available server properties can be found below.
4347
- `CNT_MESSAGES_CHANNEL`: `Coming soon`
4448
- `CNT_INFORMATION_CHANNEL`: `Coming soon`
4549

46-
## Category
50+
### Category
4751

4852
`currently none`
4953

50-
## Role
54+
### Role
5155

5256
- `SCORE_MANAGEMENT_ROLE`: The score management role affect which users are allowed to manage the score of other users
5357
using the [](manage-score.topic) command. If a user does not have this role, they are not allowed to manage the score

0 commit comments

Comments
 (0)