forked from Astra-Development/Discord-Bot-List-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.json
105 lines (105 loc) · 2.05 KB
/
example-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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"discord_client": {
"id": "xxxxxxxxxx",
"token": "xxxxxxxxxx",
"secret": "xxxxxxxxxx",
"prefix": "lb!"
},
"web": {
"domain_with_protocol": "xxxxxxxxxx",
"port": 5000,
"ratelimit": 100,
"recaptcha_v2": {
"site_key": "xxxxxxxxxx",
"secret_key": "xxxxxxxxxx"
}
},
"mongo_url": "xxxxxxxxxx",
"server": {
"id": "xxxxxxxxxx",
"invite": "https://discord.gg/sQQFSnQhdt",
"like_log": "xxxxxxxxxx",
"botOwners": "xxxxxxxxxx",
"mod_log_id": "xxxxxxxxxx",
"website_logs": "xxxxxxxxxx",
"admin_user_ids": "xxxxxxxxxx",
"role_ids": {
"bot": "xxxxxxxxxx",
"verified": "xxxxxxxxxx",
"unverified": "xxxxxxxxxx",
"bot_verifier": "xxxxxxxxxx",
"bot_developer": "xxxxxxxxxx",
"cert_user": "xxxxxxxxxx",
"cert_bot": "xxxxxxxxxx"
},
"botreviewer": [
"user-id-1",
"user-id-2"
]
},
"bot_options": {
"bot_tags": [
"Music",
"Moderation",
"Fun",
"Economy",
"Anime",
"Game",
"Meme",
"Social",
"Leveling",
"Roleplay",
"Role Managment",
"Logging",
"Web Dashboard",
"Utility",
"Stream",
"Games",
"Youtube",
"Twitch",
"Reddit"
],
"bot_libraries": [
"discljord",
"aegis.cpp",
"D++",
"Sleepy Discord",
"discordcr",
"Discord.Net",
"DSharpPlus",
"dscord",
"coxir",
"Nostrum",
"DiscordGo",
"DisGord",
"catnip",
"Discord4J",
"Javacord",
"JDA",
"discord.js",
"Eris",
"Discord.jl",
"Discordia",
"Dimscord",
"discordnim",
"DiscordPHP",
"RestCord",
"discord.py",
"disco",
"discordrb",
"discord-rs",
"Serenity",
"Twilight",
"AckCord",
"Sword",
"Detritus",
"discordeno",
"Harmony"
],
"max_bot_tags": 6,
"max_owners_count": 3,
"max_summary_length": 140,
"min_description_length": 300,
"max_description_length": 10000
}
}