-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
transcriptconfig.json
36 lines (33 loc) · 992 Bytes
/
transcriptconfig.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
{
"sendTranscripts":{
"enableChannel":false,
"enableDM":false,
"channel":"transcript channel id",
"useHTMLtranscripts":true
},
"style":{
"background":{
"enableCustomBackground":false,
"backgroundModus":"image OR color",
"backgroundData":"image url OR hex color (#ffffff)"
},
"header":{
"enableCustomHeader":false,
"backgroundColor":"#202225",
"decoColor":"#F8BA00",
"textColor":"#ffffff"
},
"stats":{
"enableCustomStats":false,
"backgroundColor":"#202225",
"keyTextColor":"#737373",
"valueTextColor":"#ffffff",
"hideBackgroundColor":"#40444a",
"hideTextColor":"#ffffff"
},
"favicon":{
"enableCustomFavicon":false,
"imageUrl":"https://transcripts.dj-dj.be/favicon.png"
}
}
}