1 |
rakinar2 |
577 |
{ |
2 |
|
|
"global": { |
3 |
|
|
"id": "[home_server_id]", |
4 |
|
|
"cp_host": "http://localhost:8080/", |
5 |
|
|
"owners": [ |
6 |
|
|
"[owner_id]" |
7 |
|
|
] |
8 |
|
|
}, |
9 |
|
|
"[id]": { |
10 |
|
|
"prefix": "-", |
11 |
|
|
"debug": false, |
12 |
|
|
"mute_role": "[id]", |
13 |
|
|
"gen_role": "[id]", |
14 |
|
|
"logging_channel": "[id]", |
15 |
|
|
"logging_channel_join_leave": "[id]", |
16 |
|
|
"mod_role": "[id]", |
17 |
|
|
"announcement_channel": "[id]", |
18 |
|
|
"admin": "[role_id]", |
19 |
|
|
"autoclear": { |
20 |
|
|
"enabled": false, |
21 |
|
|
"channels": [] |
22 |
|
|
}, |
23 |
|
|
"profile_filter": { |
24 |
|
|
"enabled": false, |
25 |
|
|
"inherit_from_words": false, |
26 |
|
|
"inherit_from_tokens": false, |
27 |
|
|
"inherit_from_regex": false, |
28 |
|
|
"blocked_words": [], |
29 |
|
|
"blocked_tokens": [], |
30 |
|
|
"blocked_regex_patterns": [], |
31 |
|
|
"components": { |
32 |
|
|
"tag": false, |
33 |
|
|
"nickname": false, |
34 |
|
|
"about": false, |
35 |
|
|
"status": false |
36 |
|
|
}, |
37 |
|
|
"actions": { |
38 |
|
|
"tag": "MUTE", |
39 |
|
|
"nickname": "MUTE", |
40 |
|
|
"about": "MUTE", |
41 |
|
|
"status": "MUTE" |
42 |
|
|
} |
43 |
|
|
}, |
44 |
|
|
"verification": { |
45 |
|
|
"enabled": false, |
46 |
|
|
"role": "[id]" |
47 |
|
|
}, |
48 |
|
|
"welcomer": { |
49 |
|
|
"enabled": false, |
50 |
|
|
"channel": "[id]", |
51 |
|
|
"message": null, |
52 |
|
|
"randomize": true |
53 |
|
|
}, |
54 |
|
|
"starboard": { |
55 |
|
|
"enabled": false, |
56 |
|
|
"reactions": 3, |
57 |
|
|
"channel": "[id]" |
58 |
|
|
}, |
59 |
|
|
"autorole": { |
60 |
|
|
"enabled": false, |
61 |
|
|
"roles": [ |
62 |
|
|
|
63 |
|
|
] |
64 |
|
|
}, |
65 |
|
|
"spam_filter": { |
66 |
|
|
"enabled": false, |
67 |
|
|
"limit": 5, |
68 |
|
|
"time": 5000, |
69 |
|
|
"diff": 2000, |
70 |
|
|
"exclude": [], |
71 |
|
|
"samelimit": 10, |
72 |
|
|
"unmute_in": 15000 |
73 |
|
|
}, |
74 |
|
|
"raid": { |
75 |
|
|
"enabled": false, |
76 |
|
|
"max_joins": 2, |
77 |
|
|
"time": 60000, |
78 |
|
|
"channels": [ |
79 |
|
|
|
80 |
|
|
], |
81 |
|
|
"exclude": false |
82 |
|
|
}, |
83 |
|
|
"lockall": [], |
84 |
|
|
"warn_notallowed": true, |
85 |
|
|
"global_commands": [ |
86 |
|
|
"cat", |
87 |
|
|
"dog", |
88 |
|
|
"pixabay", |
89 |
|
|
"httpcat", |
90 |
|
|
"httpdog", |
91 |
|
|
"afk", |
92 |
|
|
"joke", |
93 |
|
|
"profile", |
94 |
|
|
"avatar", |
95 |
|
|
"about", |
96 |
|
|
"emoji" |
97 |
|
|
], |
98 |
|
|
"role_commands": {}, |
99 |
|
|
"filters": { |
100 |
|
|
"ignore_staff": true, |
101 |
|
|
"chars_repeated": 9, |
102 |
|
|
"words_repeated": 9, |
103 |
|
|
"words": [], |
104 |
|
|
"invite_message": "Hey :mention:, post server invites in Server Promotions category only!", |
105 |
|
|
"words_excluded": [], |
106 |
|
|
"tokens": [], |
107 |
|
|
"domain_excluded": [], |
108 |
|
|
"invite_excluded": [], |
109 |
|
|
"words_enabled": false, |
110 |
|
|
"invite_enabled": false, |
111 |
|
|
"domain_enabled": false, |
112 |
|
|
"regex": false, |
113 |
|
|
"regex_patterns": [], |
114 |
|
|
"file_mimes_excluded": [], |
115 |
|
|
"file_types_excluded": [ |
116 |
|
|
"exe", |
117 |
|
|
"msi", |
118 |
|
|
"mxbundle", |
119 |
|
|
"bat", |
120 |
|
|
"cmd", |
121 |
|
|
"ps1", |
122 |
|
|
"ps", |
123 |
|
|
"run", |
124 |
|
|
"sh", |
125 |
|
|
"bash", |
126 |
|
|
"apk", |
127 |
|
|
"xapk" |
128 |
|
|
], |
129 |
|
|
"domains": [], |
130 |
|
|
"rickrolls_enabled": false, |
131 |
|
|
"pings": 3, |
132 |
|
|
"off": true |
133 |
|
|
} |
134 |
|
|
} |
135 |
|
|
} |