Parent Directory
|
Revision Log
chore: add example config file
1 | rakin | 174 | { |
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 | "cooldown": { | ||
24 | "enabled": false, | ||
25 | "global": null, | ||
26 | "cmds": {} | ||
27 | }, | ||
28 | "starboard": { | ||
29 | "enabled": false, | ||
30 | "reactions": 3, | ||
31 | "channel": "[id]" | ||
32 | }, | ||
33 | "autorole": { | ||
34 | "enabled": false, | ||
35 | "roles": [] | ||
36 | }, | ||
37 | "spam_filter": { | ||
38 | "enabled": true, | ||
39 | "limit": 5, | ||
40 | "time": 5000, | ||
41 | "diff": 2000, | ||
42 | "exclude": [], | ||
43 | "samelimit": 10, | ||
44 | "unmute_in": 1800000 | ||
45 | }, | ||
46 | "raid": { | ||
47 | "enabled": true, | ||
48 | "max_joins": 10, | ||
49 | "time": 60000, | ||
50 | "channels": [ | ||
51 | |||
52 | ], | ||
53 | "exclude": false | ||
54 | }, | ||
55 | "lockall": [], | ||
56 | "warn_notallowed": true, | ||
57 | "global_commands": [ | ||
58 | "cat", | ||
59 | "dog", | ||
60 | "pixabay", | ||
61 | "httpcat", | ||
62 | "httpdog", | ||
63 | "afk", | ||
64 | "joke", | ||
65 | "profile", | ||
66 | "avatar", | ||
67 | "about", | ||
68 | "emoji" | ||
69 | ], | ||
70 | "role_commands": { | ||
71 | "[id]": [], | ||
72 | }, | ||
73 | "filters": { | ||
74 | "ignore_staff": true, | ||
75 | "chars_repeated": 9, | ||
76 | "words_repeated": 9, | ||
77 | "words": [ | ||
78 | "blocked-words" | ||
79 | ], | ||
80 | "invite_message": "Hey :mention:, post server invites in Server Promotions category only!", | ||
81 | "words_excluded": [ | ||
82 | ], | ||
83 | "domain_excluded": [ | ||
84 | ], | ||
85 | "invite_excluded": [ | ||
86 | ], | ||
87 | "words_enabled": true, | ||
88 | "invite_enabled": true, | ||
89 | "domain_enabled": true, | ||
90 | "regex": false, | ||
91 | "file_mimes_excluded": [], | ||
92 | "file_types_excluded": [ | ||
93 | "exe", | ||
94 | "msi", | ||
95 | "mxbundle", | ||
96 | "bat", | ||
97 | "cmd", | ||
98 | "ps1", | ||
99 | "ps", | ||
100 | "run", | ||
101 | "sh", | ||
102 | "bash", | ||
103 | "apk", | ||
104 | "xapk" | ||
105 | ], | ||
106 | "domains": [ | ||
107 | |||
108 | ] | ||
109 | } | ||
110 | } | ||
111 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |