diff options
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r-- | src/hypixel.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts index 395748a..f3e1491 100644 --- a/src/hypixel.ts +++ b/src/hypixel.ts @@ -142,6 +142,7 @@ export async function fetchMemberProfile(user: string, profile: string): Promise username: m.username, first_join: m.first_join, last_save: m.last_save, + rank: m.rank } }) |