first commit

This commit is contained in:
2026-04-23 03:13:52 +02:00
commit f589dc0bcf
11 changed files with 197 additions and 0 deletions

3
src/index.js Normal file
View File

@@ -0,0 +1,3 @@
const { connect } = require("./twitch/websocket");
connect();