remove cfg

This commit is contained in:
Janis
2022-10-30 15:48:50 +01:00
parent 80ea3c297e
commit c0d72b8e43
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
const CONFIG = {
apiKey: "",
};

View File

@@ -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);
}