-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.json
46 lines (46 loc) · 1.44 KB
/
options.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
{
"submissionSubs": "OnPatrolLive+LAFireandRescue+OPLTesting",
"submissionPollTime": 7000,
"submissionLimit": 10,
"submissionEmbedColor": "#2ecc71",
"commentSubs": "OnPatrolLive+LAFireandRescue+OPLTesting",
"commentPollTime": 9000,
"commentLimit": 20,
"commentSize": 1000,
"commentEmbedColor": "#3498db",
"spamCommentEmbedColor": "#ff0000",
"modQueueSubs": "OnPatrolLive+LAFireandRescue+OPLTesting",
"modQueuePollTime": 15000,
"modQueueLimit": 20,
"modQueueCommentEmbedColor": "#f1c40f",
"modQueuePostEmbedColor": "#e91e63",
"subreddits": {
"OnPatrolLive": {
"channelId": "1121307801453596722",
"modQueueNotifyRole": "1171955876609937564",
"streamComments": true,
"streamSubmissions": true
},
"LAFireandRescue": {
"channelId": "1121279878570967040",
"modQueueNotifyRole": "1119424005175246992",
"streamComments": true,
"streamSubmissions": true
},
"OPLTesting": {
"channelId": "1121273754857775114",
"modQueueNotifyRole": "391837678967980035",
"streamComments": true,
"streamSubmissions": true
}
},
"logger": {
"logLength": 140,
"dateLength": 23,
"moduleLength": 7,
"featureLength": 15,
"userLength": 15,
"guildLength": 12,
"channelLength": 15
}
}