diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/database.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/database.ts b/src/database.ts index f8131d9..fd3f52b 100644 --- a/src/database.ts +++ b/src/database.ts @@ -170,7 +170,6 @@ const leaderboardInfos: { [leaderboardName: string]: string } = { highest_critical_damage: 'uhhhhh yeah idk either', leaderboards_count: 'This leaderboard counts how many leaderboards a player is in the top 100 spot for.', top_1_leaderboards_count: 'This leaderboard counts how many leaderboards a player is in the #1 spot for.', - skill_social: 'This leaderboard is inaccurate because Hypixel only shows social skill data on some API profiles.' } |