Skip to content

Commit acb0b9b

Browse files
authored
fixed config template formatting (#745)
1 parent 5b9bd08 commit acb0b9b

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

application/config.json.template

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,42 @@
1111
"softModerationRolePattern": "Moderator|Community Ambassador",
1212
"tagManageRolePattern": "Moderator|Community Ambassador|Top Helpers .+",
1313
"excludeCodeAutoDetectionRolePattern": "Top Helpers .+|Moderator|Community Ambassador|Expert",
14-
"suggestions": {
15-
"channelPattern": "tj_suggestions",
16-
"upVoteEmoteName": "peepo_yes",
17-
"downVoteEmoteName": "peepo_no"
18-
},
19-
"quarantinedRolePattern": "Quarantined",
20-
"scamBlocker": {
21-
"mode": "AUTO_DELETE_BUT_APPROVE_QUARANTINE",
22-
"reportChannelPattern": "commands",
23-
"suspiciousKeywords": ["nitro", "boob", "sexy", "sexi", "esex"],
24-
"hostWhitelist": ["discord.com", "discord.gg", "discord.media", "discordapp.com", "discordapp.net", "discordstatus.com"],
25-
"hostBlacklist": ["bit.ly"],
26-
"suspiciousHostKeywords": ["discord", "nitro", "premium"],
27-
"isHostSimilarToKeywordDistanceThreshold": 2
28-
},
29-
"wolframAlphaAppId": "79J52T-6239TVXHR7",
30-
"helpSystem": {
31-
"helpForumPattern": "questions",
32-
"categories": [
33-
"Java",
34-
"Frameworks",
35-
"JavaFX|Swing",
36-
"IDE",
37-
"Build Tools",
38-
"Database",
39-
"Android",
40-
"C|C++",
41-
"Algorithms",
42-
"Math",
43-
"Architecture",
44-
"Code Review",
45-
"Together Java Bot",
46-
"Other"
47-
],
48-
"categoryRoleSuffix": " - Helper"
49-
},
14+
"suggestions": {
15+
"channelPattern": "tj_suggestions",
16+
"upVoteEmoteName": "peepo_yes",
17+
"downVoteEmoteName": "peepo_no"
18+
},
19+
"quarantinedRolePattern": "Quarantined",
20+
"scamBlocker": {
21+
"mode": "AUTO_DELETE_BUT_APPROVE_QUARANTINE",
22+
"reportChannelPattern": "commands",
23+
"suspiciousKeywords": ["nitro", "boob", "sexy", "sexi", "esex"],
24+
"hostWhitelist": ["discord.com", "discord.gg", "discord.media", "discordapp.com", "discordapp.net", "discordstatus.com"],
25+
"hostBlacklist": ["bit.ly"],
26+
"suspiciousHostKeywords": ["discord", "nitro", "premium"],
27+
"isHostSimilarToKeywordDistanceThreshold": 2
28+
},
29+
"wolframAlphaAppId": "79J52T-6239TVXHR7",
30+
"helpSystem": {
31+
"helpForumPattern": "questions",
32+
"categories": [
33+
"Java",
34+
"Frameworks",
35+
"JavaFX|Swing",
36+
"IDE",
37+
"Build Tools",
38+
"Database",
39+
"Android",
40+
"C|C++",
41+
"Algorithms",
42+
"Math",
43+
"Architecture",
44+
"Code Review",
45+
"Together Java Bot",
46+
"Other"
47+
],
48+
"categoryRoleSuffix": " - Helper"
49+
},
5050
"mediaOnlyChannelPattern": "memes",
5151
"blacklistedFileExtension": [
5252
"application",
@@ -85,7 +85,7 @@
8585
"wsc",
8686
"wsf",
8787
"wsh"
88-
],
89-
"logInfoChannelWebhook": "<put_your_webhook_here>",
90-
"logErrorChannelWebhook": "<put_your_webhook_here>"
88+
],
89+
"logInfoChannelWebhook": "<put_your_webhook_here>",
90+
"logErrorChannelWebhook": "<put_your_webhook_here>"
9191
}

0 commit comments

Comments
 (0)