mirror of
https://github.com/DerTyp7/obs-twitch-camera-frame.git
synced 2025-10-29 12:52:14 +01:00
remove cfg
This commit is contained in:
@@ -16,6 +16,7 @@ fetch("https://api.tipeeestream.com/v2.0/site/socket")
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
socket.on("new-event", (data) => {
|
socket.on("new-event", (data) => {
|
||||||
|
console.log(data);
|
||||||
if (data.event.type == "subscription") {
|
if (data.event.type == "subscription") {
|
||||||
sub(data.event.parameters.username);
|
sub(data.event.parameters.username);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user