blob: d95afcb98e219fa2fb478ddca0cd8d247084bc82 [file] [log] [blame]
pineafanda6e5342022-07-03 10:03:16 +01001{
pineafan02ba0232022-07-24 22:16:15 +01002 "logging": {
3 "logs": {
4 "enabled": true,
5 "toLog": "3fffff",
6 "ignore": {
7 "users": [],
8 "roles": [],
9 "channels": []
10 }
11 }
12 },
pineafanda6e5342022-07-03 10:03:16 +010013 "filters": {
14 "images": {
15 "NSFW": false,
16 "size": false
17 },
18 "malware": false,
19 "wordFilter": {
pineafan02ba0232022-07-24 22:16:15 +010020 "enabled": true,
pineafanda6e5342022-07-03 10:03:16 +010021 "words": {
pineafan02ba0232022-07-24 22:16:15 +010022 "strict": [
23 "meat",
24 "noon"
25 ],
pineafanda6e5342022-07-03 10:03:16 +010026 "loose": []
27 },
28 "allowed": {
29 "users": [],
30 "roles": [],
31 "channels": []
32 }
33 },
34 "invite": {
35 "enabled": false,
36 "allowed": {
37 "users": [],
38 "channels": [],
39 "roles": []
40 }
41 },
42 "pings": {
43 "mass": 5,
44 "everyone": true,
45 "roles": true,
46 "allowed": {
47 "roles": [],
48 "rolesToMention": [],
49 "users": [],
50 "channels": []
51 }
52 }
53 },
pineafanda6e5342022-07-03 10:03:16 +010054 "moderation": {
55 "mute": {
56 "timeout": true,
pineafan02ba0232022-07-24 22:16:15 +010057 "role": "934941408849186856",
pineafanda6e5342022-07-03 10:03:16 +010058 "text": null,
59 "link": null
60 },
61 "kick": {
62 "text": null,
63 "link": null
64 },
65 "ban": {
66 "text": null,
67 "link": null
68 },
69 "softban": {
70 "text": null,
71 "link": null
72 },
73 "warn": {
pineafan02ba0232022-07-24 22:16:15 +010074 "text": "Test",
75 "link": "https://google.com"
pineafanda6e5342022-07-03 10:03:16 +010076 },
77 "role": {
78 "role": null
79 }
80 },
pineafan02ba0232022-07-24 22:16:15 +010081 "roleMenu": [],
82 "stats": [],
83 "tracks": [],
84 "welcome": {
85 "enabled": false,
86 "verificationRequired": {
87 "message": null,
88 "role": null
89 },
90 "welcomeRole": null,
91 "channel": null,
92 "message": null
pineafanda6e5342022-07-03 10:03:16 +010093 }
94}