Update sdk/js/server/query

Braydon 2024-04-15 13:01:50 -07:00
parent 2054594ff7
commit 8602db72a3

@ -21,4 +21,10 @@ try {
console.error("Server couldn't be found, is it offline?"); console.error("Server couldn't be found, is it offline?");
} }
} }
```
## Output
```bash
$ bun index.ts
Pinged 209.222.115.114:25565, there are 39335/200000 players online
``` ```