Update sdk/js/player/query

Braydon 2024-04-15 06:57:37 -07:00
parent 75c576e976
commit 532f2e876c

@ -2,8 +2,8 @@
## Example ## Example
```ts ```ts
import { CachedPlayer } from "restfulmc-lib";
import { getPlayer } from "restfulmc-lib"; import { getPlayer } from "restfulmc-lib";
import type { CachedPlayer } from "restfulmc-lib/dist/index";
try { try {
const player: CachedPlayer = await getPlayer("Rainnny"); const player: CachedPlayer = await getPlayer("Rainnny");