aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hypixel.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts
index 59d09aa..b886090 100644
--- a/src/hypixel.ts
+++ b/src/hypixel.ts
@@ -197,7 +197,8 @@ export async function fetchMemberProfile(user: string, profile: string, customiz
username: m.username,
firstJoin: m.firstJoin,
lastSave: m.lastSave,
- rank: m.rank
+ rank: m.rank,
+ left: m.left
}
})