From fc2003e704aef7bef7248903a3eafd8ffe1dce44 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 May 2022 20:01:26 -0500 Subject: Update max minion tier and add a todo --- src/hypixel.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hypixel.ts b/src/hypixel.ts index 7bc5ed3..c6bfb3c 100644 --- a/src/hypixel.ts +++ b/src/hypixel.ts @@ -34,7 +34,8 @@ export type Included = 'profiles' | 'player' | 'stats' | 'inventories' | undefin export const saveInterval = 60 * 3 * 1000 // the highest level a minion can be -export const maxMinion = 11 +// TODO: have this be auto updated +export const maxMinion = 12 /** * Send a request to api.hypixel.net using a random key, clean it up to be more useable, and return it -- cgit