Files
open-ticket/transcriptconfig.json
T
2023-03-15 20:57:14 +01:00

18 lines
435 B
JSON

{
"sendTranscripts":{
"enableChannel":false,
"enableDM":false,
"channel":"transcript channel id",
"useHTMLtranscripts":true
},
"style":{
"titleColor":"#F8BA00",
"background":{
"enableCustomBackground":false,
"backgroundModus":"color OR image",
"backgroundData":"#abc123 OR https://www.example.com/image.png"
}
}
}