/[sudobot]/trunk/config/sample-config.json
ViewVC logotype

Contents of /trunk/config/sample-config.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 442 - (show annotations)
Mon Jul 29 17:30:15 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: application/json
File size: 2655 byte(s)
feat: add setup script
1 {
2 "global": {
3 "id": "[home_server_id]",
4 "cp_host": "http://localhost:8080/",
5 "owners": [
6 "[owner_id]"
7 ]
8 },
9 "911987536379912193": {
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 "[id]"
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 "[id]"
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 "[role_id]": ["disallowed_commands"]
100 },
101 "filters": {
102 "ignore_staff": true,
103 "chars_repeated": 9,
104 "words_repeated": 9,
105 "words": ["[blocked_words]"],
106 "invite_message": "Hey :mention:, post server invites in Server Promotions category only!",
107 "words_excluded": [],
108 "tokens": [],
109 "domain_excluded": [],
110 "invite_excluded": [],
111 "words_enabled": false,
112 "invite_enabled": false,
113 "domain_enabled": false,
114 "regex": false,
115 "regex_patterns": [],
116 "file_mimes_excluded": [],
117 "file_types_excluded": [
118 "exe",
119 "msi",
120 "mxbundle",
121 "bat",
122 "cmd",
123 "ps1",
124 "ps",
125 "run",
126 "sh",
127 "bash",
128 "apk",
129 "xapk"
130 ],
131 "domains": [],
132 "rickrolls_enabled": false,
133 "pings": 3,
134 "off": true
135 }
136 }
137 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26