feat: add EcastShardClient with connection, welcome parsing, and player counting

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-20 11:09:05 -04:00
parent 0fc2ddbf23
commit 516db57248
3 changed files with 403 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ async function getRoomInfo(roomCode) {
});
if (!response.ok) {
console.log(`[Jackbox API] Room ${roomCode}: HTTP ${response.status}`);
return { exists: false };
}