diff options
Diffstat (limited to 'src/database.ts')
-rw-r--r-- | src/database.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database.ts b/src/database.ts index d1ad8e6..7cc2f46 100644 --- a/src/database.ts +++ b/src/database.ts @@ -76,7 +76,7 @@ function getMemberLeaderboardAttributes(member: CleanMember) { } /** Fetch the names of all the leaderboards */ -async function fetchAllMemberLeaderboardAttributes(): Promise<string[]> { +export async function fetchAllMemberLeaderboardAttributes(): Promise<string[]> { return [ // we use the raw stat names rather than the clean stats in case hypixel adds a new stat and it takes a while for us to clean it ...await constants.fetchStats(), |