Update sdk/js/player/query

Braydon 2024-04-15 13:00:51 -07:00
parent ac70c6c143
commit 2054594ff7

@ -16,4 +16,10 @@ try {
console.error("Player with UUID or username not found."); console.error("Player with UUID or username not found.");
} }
} }
```
## Output
```bash
$ bun index.ts
Hello Rainnny, your UUID is fc1d5fe7-f29b-430d-80bb-3b093a638b0f!
``` ```