-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
41 lines (41 loc) · 1.06 KB
/
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
{
"trustedServers": [
{"id": "689190993366483069", "name": "Pub Club", "safename": "pubclub"},
{"id": "221364737269694464", "name": "The Rebble Alliance", "safename": "rebble"}
],
"proactiveHelperChannels": {
"pubclub": ["689195515983822900"],
"rebble": ["461686541027377152"]
},
"moderationReportChannel": {
"pubclub": ["689195515983822900"],
"rebble": ["726214475371380756"]
},
"authorisationRoles": {
"useAdminCommands": {
"pubclub": ["689193020394176553"],
"rebble": ["287154396721315852","717614764574113882"]
},
"switchOff": {
"pubclub": ["689193020394176553"],
"rebble": ["287154396721315852"]
},
"useIntrospection": {
"pubclub": ["689193020394176553"],
"rebble": ["287154396721315852", "717614764574113882"]
}
},
"timeouts": {
"errorCodes": 3600
},
"rateLimit": {
"Xmessages": 3,
"Ymilliseconds": 1000,
"youngerThanDays": 10,
"muteMinutes": 5,
"timeoutRoleID": {
"pubclub": "877241323231531008",
"rebble": "877279468962603068"
}
}
}