forked from Kikimanox/DiscordBotNew
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.template
More file actions
31 lines (31 loc) · 783 Bytes
/
config.template
File metadata and controls
31 lines (31 loc) · 783 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
{
"OWNER_ID": 0,
"CLIENT_ID": 0,
"CLIENT_SECRET": "",
"BOT_TOKEN": "",
"OWNER_TOKEN": "",
"BOT_PREFIX": "",
"B_PREF_GUILD" : {},
"BOT_DEFAULT_EMBED_COLOR_STR": "",
"BOT_DEFAULT_EMBED_COLOR": 0,
"IMGUR_ID": "",
"IMGUR_SECRET": "",
"IMGUR_ACCESS_TOKEN": "",
"IMGUR_REFRESH_TOKEN": "",
"NEW_MAIN_D": "",
"NEW_BOT_LOOP": "",
"BOT_DM_LOG": {
"CAN_SEND": 0,
"HOOK": 0,
"GUILD_ID": 0,
"CHANNEL_ID": 0
},
"BOOSTER_CUSTOM_ROLES_GETTER": {
"GID_1": {
"ANCHOR_TOP": 0,
"ANCHOR_BOTTOM": 0,
"BOOSTER_ROLE_ID": 0,
"WARN_MSG": "Someone else is already getting their custom role on this server, please wait a little bit."
}
}
}