diff options
author | mat <github@matdoes.dev> | 2022-06-17 13:56:59 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-06-17 13:56:59 -0500 |
commit | 3135f57e15b0f3a891ebb2f5331d63fef8be54d4 (patch) | |
tree | 67ccd80f08f6b76109a4db668fff7c7d31907323 /src | |
parent | dd2e8772db12887c4ab563740a4d441410aa66bb (diff) | |
download | skyblock-api-3135f57e15b0f3a891ebb2f5331d63fef8be54d4.tar.gz skyblock-api-3135f57e15b0f3a891ebb2f5331d63fef8be54d4.tar.bz2 skyblock-api-3135f57e15b0f3a891ebb2f5331d63fef8be54d4.zip |
Remove warning on social skill lb
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.' } |