pineafan | da6e534 | 2022-07-03 10:03:16 +0100 | [diff] [blame] | 1 | { |
2 | "filters": { | ||||
3 | "images": { | ||||
4 | "NSFW": false, | ||||
5 | "size": false | ||||
6 | }, | ||||
7 | "malware": false, | ||||
8 | "wordFilter": { | ||||
9 | "enabled": false, | ||||
10 | "words": { | ||||
11 | "strict": [], | ||||
12 | "loose": [] | ||||
13 | }, | ||||
14 | "allowed": { | ||||
15 | "users": [], | ||||
16 | "roles": [], | ||||
17 | "channels": [] | ||||
18 | } | ||||
19 | }, | ||||
20 | "invite": { | ||||
21 | "enabled": false, | ||||
22 | "allowed": { | ||||
23 | "users": [], | ||||
24 | "channels": [], | ||||
25 | "roles": [] | ||||
26 | } | ||||
27 | }, | ||||
28 | "pings": { | ||||
29 | "mass": 5, | ||||
30 | "everyone": true, | ||||
31 | "roles": true, | ||||
32 | "allowed": { | ||||
33 | "roles": [], | ||||
34 | "rolesToMention": [], | ||||
35 | "users": [], | ||||
36 | "channels": [] | ||||
37 | } | ||||
38 | } | ||||
39 | }, | ||||
40 | "welcome": { | ||||
41 | "enabled": false, | ||||
42 | "welcomeRole": null, | ||||
43 | "channel": null, | ||||
44 | "message": null | ||||
45 | }, | ||||
46 | "stats": [ | ||||
47 | { | ||||
48 | "enabled": true, | ||||
49 | "channel": "9849175359", | ||||
50 | "text": "{count} members | {count:bots} bots | {count:humans} humans" | ||||
51 | } | ||||
52 | ], | ||||
53 | "moderation": { | ||||
54 | "mute": { | ||||
55 | "timeout": true, | ||||
56 | "role": null, | ||||
57 | "text": null, | ||||
58 | "link": null | ||||
59 | }, | ||||
60 | "kick": { | ||||
61 | "text": null, | ||||
62 | "link": null | ||||
63 | }, | ||||
64 | "ban": { | ||||
65 | "text": null, | ||||
66 | "link": null | ||||
67 | }, | ||||
68 | "softban": { | ||||
69 | "text": null, | ||||
70 | "link": null | ||||
71 | }, | ||||
72 | "warn": { | ||||
73 | "text": null, | ||||
74 | "link": null | ||||
75 | }, | ||||
76 | "role": { | ||||
77 | "role": null | ||||
78 | } | ||||
79 | }, | ||||
80 | "tracks": [ | ||||
81 | ], | ||||
82 | "logging": { | ||||
83 | "logs": { | ||||
84 | "enabled": true, | ||||
85 | "toLog": "3fffff" | ||||
86 | } | ||||
87 | }, | ||||
88 | "roleMenu": { | ||||
89 | "enabled": true, | ||||
90 | "allowWebUI": true, | ||||
91 | "options": [ | ||||
92 | ] | ||||
93 | } | ||||
94 | } |