feat: add EcastShardClient with connection, welcome parsing, and player counting
Made-with: Cursor
This commit is contained in:
@@ -46,6 +46,7 @@ async function getRoomInfo(roomCode) {
|
||||
});
|
||||
|
||||
if (!response.ok) {
|
||||
console.log(`[Jackbox API] Room ${roomCode}: HTTP ${response.status}`);
|
||||
return { exists: false };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user