Add Profile - Skyblock Data Tracker
{ event.preventDefault(); try { profilesPromise = getPlayerProfiles( (uuid = await getUUID(username)) ); } catch (error) { status = "Not found"; } }} >

Add profile

{status}

{#if uuid !== ""} {#await profilesPromise}

Fetching profiles...

{:then profiles} {#each profiles as profile} {/each} {:catch error}

{error.message}

{/await} {/if}