aboutsummaryrefslogtreecommitdiff
path: root/src/hypixelCached.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypixelCached.ts')
-rw-r--r--src/hypixelCached.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hypixelCached.ts b/src/hypixelCached.ts
index 35f1cbb..1125aa8 100644
--- a/src/hypixelCached.ts
+++ b/src/hypixelCached.ts
@@ -139,7 +139,8 @@ export async function fetchSkyblockProfiles(playerUuid: string): Promise<CleanPr
uuid: m.uuid,
username: m.username,
first_join: m.first_join,
- last_save: m.last_save
+ last_save: m.last_save,
+ rank: m.rank
}
})
}