aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r--src/hypixel.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts
index c6bfb3c..d7a5887 100644
--- a/src/hypixel.ts
+++ b/src/hypixel.ts
@@ -33,10 +33,6 @@ export type Included = 'profiles' | 'player' | 'stats' | 'inventories' | undefin
// the interval at which the "last_save" parameter updates in the hypixel api, this is 3 minutes
export const saveInterval = 60 * 3 * 1000
-// the highest level a minion can be
-// 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
*/