-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.config.json
37 lines (31 loc) · 1.24 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
{
"comment_0": "Rename this file or duplicate this file and call it config.json and then fill in all the values",
"DISCORD_BOT": {
"comment_1": "Get your bot's token from https://discord.com/developers/applications",
"TOKEN": "required",
"comment_2": "Your bot's application id",
"ID": "required",
"comment_3": "The status that you can see on the bot's profile",
"STATUS": "optional"
},
"DEVELOPER": {
"comment_4": "This is the array of discord user ids that can use developer only commands",
"USER_IDS": [],
"comment_5": "This is the array of discord server ids that the developer only commands get registered to",
"GUILD_IDS": [],
"comment_6": "This is the webhook url that will be used for logging errors",
"ERROR_WEBHOOK": "optional",
"comment_7": "This is the webhook url that will be used to send bugreports",
"BUG_REPORT_WEBHOOK": "optional",
"comment_8": "This is the weekhook url that will be used for a guild feed",
"GUILD_FEED_WEBHOOK": "optional"
},
"DATABASE": {
"comment_9": "Get your URI from https://www.mongodb.com/",
"URI": "required"
},
"API_KEYS": {
"comment_10": "Get your API key from https://www.weatherapi.com/",
"WEATHER": "required"
}
}