mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-30 05:07:12 +01:00
apikey to config
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
const CONFIG = {
|
const CONFIG = {
|
||||||
|
apiKey: "",
|
||||||
style: {
|
style: {
|
||||||
fontBackground: "rgba(19, 20, 33, 0.5)",
|
fontBackground: "rgba(19, 20, 33, 0.5)",
|
||||||
fontColor: "#ffffff",
|
fontColor: "#ffffff",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ function main() {
|
|||||||
name: "TS5 OBS Overlay",
|
name: "TS5 OBS Overlay",
|
||||||
description: "A simple OBS overlay for TS5 by DerTyp876",
|
description: "A simple OBS overlay for TS5 by DerTyp876",
|
||||||
content: {
|
content: {
|
||||||
apiKey: "b02b521c-68bb-4971-a8d2-3f9f94b44d73",
|
apiKey: CONFIG.apiKey,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user