1 |
{ |
2 |
"global": { |
3 |
"id": "[home_server_id]", |
4 |
"cp_host": "[control_panel_host_if_you_have]", |
5 |
"owners": [ |
6 |
"[your_user_id]" |
7 |
] |
8 |
}, |
9 |
"[guild_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": "[id]", |
19 |
"autoclear": { |
20 |
"enabled": false, |
21 |
"channels": [] |
22 |
}, |
23 |
"verification": { |
24 |
"enabled": true, |
25 |
"role": "963418517565214770" |
26 |
}, |
27 |
"welcomer": { |
28 |
"enabled": true, |
29 |
"channel": "", |
30 |
"message": "Welcome :mention: to :guild:! :wave:" |
31 |
}, |
32 |
"cooldown": { |
33 |
"enabled": false, |
34 |
"global": null, |
35 |
"cmds": {} |
36 |
}, |
37 |
"starboard": { |
38 |
"enabled": false, |
39 |
"reactions": 3, |
40 |
"channel": "[id]" |
41 |
}, |
42 |
"autorole": { |
43 |
"enabled": false, |
44 |
"roles": [] |
45 |
}, |
46 |
"spam_filter": { |
47 |
"enabled": true, |
48 |
"limit": 5, |
49 |
"time": 5000, |
50 |
"diff": 2000, |
51 |
"exclude": [], |
52 |
"samelimit": 10, |
53 |
"unmute_in": 1800000 |
54 |
}, |
55 |
"raid": { |
56 |
"enabled": true, |
57 |
"max_joins": 10, |
58 |
"time": 60000, |
59 |
"channels": [ |
60 |
|
61 |
], |
62 |
"exclude": false |
63 |
}, |
64 |
"lockall": [], |
65 |
"warn_notallowed": true, |
66 |
"global_commands": [ |
67 |
"cat", |
68 |
"dog", |
69 |
"pixabay", |
70 |
"httpcat", |
71 |
"httpdog", |
72 |
"afk", |
73 |
"joke", |
74 |
"profile", |
75 |
"avatar", |
76 |
"about", |
77 |
"emoji" |
78 |
], |
79 |
"role_commands": { |
80 |
"[id]": [] |
81 |
}, |
82 |
"filters": { |
83 |
"ignore_staff": true, |
84 |
"chars_repeated": 9, |
85 |
"words_repeated": 9, |
86 |
"words": [ |
87 |
"blocked-words" |
88 |
], |
89 |
"invite_message": "Hey :mention:, post server invites in Server Promotions category only!", |
90 |
"words_excluded": [ |
91 |
], |
92 |
"domain_excluded": [ |
93 |
], |
94 |
"invite_excluded": [ |
95 |
], |
96 |
"words_enabled": true, |
97 |
"invite_enabled": true, |
98 |
"domain_enabled": true, |
99 |
"regex": false, |
100 |
"file_mimes_excluded": [], |
101 |
"file_types_excluded": [ |
102 |
"exe", |
103 |
"msi", |
104 |
"mxbundle", |
105 |
"bat", |
106 |
"cmd", |
107 |
"ps1", |
108 |
"ps", |
109 |
"run", |
110 |
"sh", |
111 |
"bash", |
112 |
"apk", |
113 |
"xapk" |
114 |
], |
115 |
"domains": [ |
116 |
|
117 |
] |
118 |
} |
119 |
} |
120 |
} |