diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-14 19:19:36 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-14 19:19:36 -0600 |
commit | 100e863740ea4fde199f674b348dcf13a6d6ff81 (patch) | |
tree | 280e5086fb50753bc44ccfb0d33a38e95652b01f /src/hypixel.ts | |
parent | fd2348bf16c55422ec664e6677b636998eccc71c (diff) | |
download | skyblock-api-100e863740ea4fde199f674b348dcf13a6d6ff81.tar.gz skyblock-api-100e863740ea4fde199f674b348dcf13a6d6ff81.tar.bz2 skyblock-api-100e863740ea4fde199f674b348dcf13a6d6ff81.zip |
add rank to basic member
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 } }) |