From 65972c53ad0816e1c59d86fb40d53439020d8ae7 Mon Sep 17 00:00:00 2001 From: Th3Shadowbroker Date: Wed, 2 Oct 2019 23:36:35 +0200 Subject: [PATCH] Forgot to add the interest stuff to the default config --- svc/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/svc/index.js b/svc/index.js index 83614d6..d257111 100644 --- a/svc/index.js +++ b/svc/index.js @@ -12,12 +12,14 @@ config.defaults({ requestUrl: { magmaBoss: 'https://hypixel-api.inventivetalent.org/api/skyblock/bosstimer/magma/estimatedSpawn', newYear: 'https://hypixel-api.inventivetalent.org/api/skyblock/newyear/estimate', - darkAuction: 'https://hypixel-api.inventivetalent.org/api/skyblock/darkauction/estimate' + darkAuction: 'https://hypixel-api.inventivetalent.org/api/skyblock/darkauction/estimate', + interest: 'https://hypixel-api.inventivetalent.org/api/skyblock/bank/interest/estimate' }, icon: { magmaBoss: 'i30969', newYear: '29438', - darkAuction: '22961' + darkAuction: '22961', + interest: '4472' } }); config.save();