From 2054594ff7f0c0b7b3f82670dbec027fb0860b7f Mon Sep 17 00:00:00 2001 From: Braydon Date: Mon, 15 Apr 2024 13:00:51 -0700 Subject: [PATCH] Update sdk/js/player/query --- sdk%2Fjs%2Fplayer%2Fquery.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk%2Fjs%2Fplayer%2Fquery.md b/sdk%2Fjs%2Fplayer%2Fquery.md index d0bf871..3908b1a 100644 --- a/sdk%2Fjs%2Fplayer%2Fquery.md +++ b/sdk%2Fjs%2Fplayer%2Fquery.md @@ -16,4 +16,10 @@ try { console.error("Player with UUID or username not found."); } } +``` + +## Output +```bash +$ bun index.ts +Hello Rainnny, your UUID is fc1d5fe7-f29b-430d-80bb-3b093a638b0f! ``` \ No newline at end of file