forked from Sank6/Discord-Bot-List
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.json
More file actions
41 lines (40 loc) · 874 Bytes
/
config-example.json
File metadata and controls
41 lines (40 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"mongo_url": "",
"server": {
"id": "",
"invite": "",
"mod_log_id": "",
"like_log": "",
"admin_user_ids": [],
"role_ids": {
"bot": "",
"unverified": "",
"verified": "",
"bot_developer": "",
"bot_verifier": ""
}
},
"bot_options": {
"bot_tags": [],
"max_bot_tags": 6,
"max_owners_count": 4,
"max_summary_length": 120,
"min_description_length": 200,
"max_description_length": 500
},
"discord_client": {
"id": "",
"secret": "",
"token": "",
"prefix": ""
},
"web": {
"domain_with_protocol": "",
"port": 80,
"ratelimit": 30,
"recaptcha_v2": {
"site_key": "",
"secret_key": ""
}
}
}