-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
72 lines (72 loc) · 1.7 KB
/
config.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"discord_client": {
"id": "BOT_ID_HERE",
"token": "TOKEN_HERE",
"secret": "SECRET_HERE",
"prefix": "PREFIX"
},
"web": {
"domain_with_protocol": "http://localhost",
"port": 80,
"ratelimit": 100,
"recaptcha_v2": { //https://www.google.com/recaptcha/about/
"site_key": "SITE_KEY_HERE",
"secret_key": "SECRET_KEY_HERE"
}
},
"mongo_url": "MONGO_URL", //https://mongodb.com/cloud/atlas/register
"server": {
"id": "SERVER_ID_HERE",
"invite": "https://discord.gg/fbJFAs43vD",
"like_log": "VOTE__CHANNEL_ID_HERE",
"botOwners": "OWNER_ID_HERE",
"mod_log_id": "MOD__CHANNEL_ID_HERE",
"website_logs": "WEBSITE__CHANNEL_ID_HERE",
"admin_user_ids": ["ADMIN_ID_HERE"],
"role_ids": {
"bot": "BOT_ROLE_ID_HERE",
"bot_verifier": "BOT_VERIFIER_ROLE_ID_HERE",
"bot_developer": "BOT_DEVELOPPER_ROLE_ID_HERE",
"cert_user": "CERTIF_USER_ROLE_ID_HERE",
"cert_bot": "CERTIF_BOT_ROLE_ID_HERE"
},
"botreviewer": ["REVIEWER_ID_HERE"]
},
"bot_options": {
"bot_tags": [
"Music",
"Moderation",
"Fun",
"Economy",
"Anime",
"Meme",
"Social",
"Leveling",
"Roleplay",
"Role Managment",
"Logging",
"Web Dashboard",
"Utility",
"Stream",
"Games",
"Youtube",
"Twitch",
"Reddit",
"24-7 Music",
"Community",
"Multipurpose",
"Giveaways",
"NSFW",
"Statistics",
"Customizable",
"Minecraft",
"Pokemon",
"Tickets"
],
"max_bot_tags": 6,
"max_owners_count": 3,
"max_summary_length": 140,
"min_description_length": 300,
"max_description_length": 10000
}
}