From f3b50fbd1e50c8d0ca4a0a4c9ab29c078ac19a64 Mon Sep 17 00:00:00 2001 From: nom <93007593+noemtdev@users.noreply.github.com> Date: Thu, 12 Jan 2023 11:03:35 +0100 Subject: [PATCH] add sb levels cause yes --- utils/hypixel.js | 2 ++ 1 file changed, 2 insertions(+) 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,