-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.example.json
75 lines (75 loc) · 1.54 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
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
{
"port": 8080,
"interactionsPort": 4567,
"bind": "127.0.0.1",
"honks": {
"staffChannel": "",
"updootChannel": "",
"formsChannel": "",
"perksChannel": { "id": "", "token": "" }
},
"discord": {
"clientID": "",
"clientSecret": "",
"botToken": "",
"botPublicKey": "",
"guildId": "",
"roles": {
"donator": "",
"contributor": "",
"translator": "",
"hunter": "",
"user": "",
"muted": ""
},
"channels": {
"starboard": "",
"cuteboard": "",
"modlogs": "",
"messagelogs": "",
"memberlogs": "",
"faq": "",
"staff": ""
},
"messages": {
"rules": [ "", "" ]
},
"__note": "everything below is deprecated",
"prefix": "pc/",
"ids": {
"serverId": "",
"roleDonator": "",
"roleContributor": "",
"roleTranslator": "",
"roleHunter": "",
"roleUser": "",
"roleMuted": "",
"channelStarboard": "",
"channelCuteboard": "",
"channelModLogs": "",
"channelMessageLogs": "",
"channelMemberLogs": "",
"channelRules": "",
"channelFaq": "",
"channelStaff": "",
"channelMuted": ""
}
},
"spotify": {
"clientID": "",
"clientSecret": "",
"scopes": []
},
"github": {
"clientID": "",
"clientSecret": ""
},
"patreon": {
"clientID": "",
"clientSecret": ""
},
"mango": "mongodb://localhost:27017/powercord",
"domain": "http://localhost",
"secret": "tony was a dick, and stacy was a whore",
"ghToken": ""
}