3
3
The server property is a way to store and manage server-specific settings that are used across multiple commands.
4
4
This includes settings like the moderation log channel, the strike log channel, the score management role, and more.
5
5
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
8
7
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
10
14
11
15
- ` BAN_MESSAGE ` : The message that is sent to a user when they are banned from the server. It can contain some
12
16
placeholders:
@@ -15,17 +19,17 @@ A list of all available server properties can be found below.
15
19
- ` UNBAN_FORM ` : The link to the unban form that is sent to a user when they are banned from the server. If it is
16
20
present, it will be attached to the message as a link button, so please make sure that it is in a proper link format.
17
21
18
- ## Number
22
+ ### Number
19
23
20
24
` currently none `
21
25
22
- ## Boolean (true/false)
26
+ ### Boolean (true/false)
23
27
24
28
- ` PROFILE_MODERATION_BAN ` : If set to ` true ` , the bot will automatically ban users that have a flagged profile, meaning
25
29
a suspicious username that might impersonate legitimate bots or users. Otherwise, only a log message is sent into the
26
30
` MODERATION_LOGS_CHANNEL ` .
27
31
28
- ## Channel
32
+ ### Channel
29
33
30
34
- ` MODERATION_LOGS_CHANNEL ` : The channel where moderation logs are sent to. This includes all messages about warnings
31
35
and messages when a user is flagged.
@@ -43,11 +47,11 @@ A list of all available server properties can be found below.
43
47
- ` CNT_MESSAGES_CHANNEL ` : ` Coming soon `
44
48
- ` CNT_INFORMATION_CHANNEL ` : ` Coming soon `
45
49
46
- ## Category
50
+ ### Category
47
51
48
52
` currently none `
49
53
50
- ## Role
54
+ ### Role
51
55
52
56
- ` SCORE_MANAGEMENT_ROLE ` : The score management role affect which users are allowed to manage the score of other users
53
57
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