-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.example.json
30 lines (28 loc) · 1.05 KB
/
config.example.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
{
"discord":{
"token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"prefix":"!",
"nowplaying":["!subinfo","!sync","!subhelp"],
"background_refresh_rate":240,
"admins":["252869311545212928"]
},
"dgg":{
"profile":{
"key":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"user_endpoint":"https://destiny.gg/api/info/profile",
"allusers_endpoint":"https://www.destiny.gg/api/users-with-auth"
},
"flair":{
"endpoint":"https://cdn.destiny.gg/flairs/flairs.json",
"translate":["flair12","flair8","flair3","flair1","flair13","flair9"],
"resync_properties": "true"
},
"links":{
"auth":"https://www.destiny.gg/profile/authentication",
"profile":"https://www.destiny.gg/profile",
"subscribe":"https://www.destiny.gg/subscribe",
"twitchint":"https://support.discordapp.com/hc/en-us/articles/212112068-Twitch-Integration-FAQ"
}
},
"db":"cfg/dggiscord.sqlite"
}