diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/database.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/database.js b/build/database.js index b55a4ae..cdad69f 100644 --- a/build/database.js +++ b/build/database.js @@ -40,6 +40,7 @@ const leaderboardInfos = { highest_critical_damage: 'uhhhhh yeah idk either', leaderboards_count: 'This leaderboard counts how many leaderboards players are in the top 100 for.', top_1_leaderboards_count: 'This leaderboard counts how many leaderboards players are #1 for.', + skill_social: 'This leaderboard is inaccurate because Hypixel only shows social skill data on some API profiles.' }; async function connect() { if (!process.env.db_uri) |