diff --git a/utils/hypixel.js b/utils/hypixel.js index 69268b1..552c8ea 100644 --- a/utils/hypixel.js +++ b/utils/hypixel.js @@ -154,6 +154,7 @@ module.exports = { fairy_souls: profile.fairy_souls_collected || 0, purse: profile.coin_purse || 0, bank: profileData.banking?.balance || 0, + sblevel: profile.leveling?.experience/100 || 0, skills: getSkills(profile), networth, weight, @@ -247,6 +248,7 @@ module.exports = { fairy_souls: profile.fairy_souls_collected || 0, purse: profile.coin_purse || 0, bank: profileData.banking?.balance || 0, + sblevel: profile.leveling?.experience/100 || 0, skills: getSkills(profile), networth, weight,