From 732dfb76766533687982d7232078411af76bd2a9 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 1 Jun 2021 20:47:04 -0500 Subject: add info for leaderboards_count --- build/database.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/database.js') diff --git a/build/database.js b/build/database.js index e0c8924..eb5a63f 100644 --- a/build/database.js +++ b/build/database.js @@ -61,8 +61,9 @@ let profileLeaderboardsCollection; let sessionsCollection; let accountsCollection; const leaderboardInfos = { - highest_crit_damage: 'This leaderboard is capped at the integer limit because Hypixel, look at Highest critical damage instead.', - highest_critical_damage: 'uhhhhh yeah idk either' + highest_crit_damage: 'This leaderboard is capped at the integer limit because Hypixel, look at the highest critical damage leaderboard instead.', + highest_critical_damage: 'uhhhhh yeah idk either', + leaderboards_count: 'This leaderboard counts how many leaderboards people are in the top 100 for.', }; async function connect() { if (!process.env.db_uri) -- cgit