mirror of
https://github.com/DerTyp7/obs-twitch-camera-frame.git
synced 2025-10-28 20:32:15 +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) => {
|
||||
console.log(data);
|
||||
if (data.event.type == "subscription") {
|
||||
sub(data.event.parameters.username);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user