diff options
Diffstat (limited to 'src/hypixelApi.ts')
-rw-r--r-- | src/hypixelApi.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hypixelApi.ts b/src/hypixelApi.ts index 9ce167f..b3a1cae 100644 --- a/src/hypixelApi.ts +++ b/src/hypixelApi.ts @@ -19,8 +19,6 @@ const httpsAgent = new Agent({ /** This array should only ever contain one item because using multiple hypixel api keys isn't allowed :) */ const apiKeys = process.env?.hypixel_keys?.split(' ') ?? [] -console.log(apiKeys) - interface KeyUsage { remaining: number limit: number |