From cf583d2f8b607eca90368672502c55cb969a050a Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Sep 2021 01:08:45 -0500 Subject: add warning for social skill leaderboard --- build/database.js | 1 + 1 file changed, 1 insertion(+) (limited to 'build/database.js') 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) -- cgit