diff options
Diffstat (limited to 'src/hypixelCached.ts')
-rw-r--r-- | src/hypixelCached.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypixelCached.ts b/src/hypixelCached.ts index 5fe65a3..7f0305e 100644 --- a/src/hypixelCached.ts +++ b/src/hypixelCached.ts @@ -2,8 +2,8 @@ import NodeCache from 'node-cache' import * as mojang from './mojang' import * as hypixel from './hypixel' import { CleanPlayer } from './cleaners/player' -import { CleanBasicProfile, CleanFullProfile, CleanProfile } from './hypixel' import { undashUuid } from './util' +import { CleanProfile, CleanFullProfile, CleanBasicProfile } from './cleaners/skyblock/profile' /** Hypixel... but with caching |