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 --- src/database.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/database.ts b/src/database.ts index 5cd10db..46822b3 100644 --- a/src/database.ts +++ b/src/database.ts @@ -113,6 +113,7 @@ const leaderboardInfos: { [ leaderboardName: string ]: string } = { 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.' } -- cgit