diff options
Diffstat (limited to 'src/cleaners/skyblock/member.ts')
-rw-r--r-- | src/cleaners/skyblock/member.ts | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/cleaners/skyblock/member.ts b/src/cleaners/skyblock/member.ts index cee1864..a9a12b8 100644 --- a/src/cleaners/skyblock/member.ts +++ b/src/cleaners/skyblock/member.ts @@ -1,20 +1,20 @@ -import { cleanCollections, Collection } from './collections' -import { cleanInventories, Inventories } from './inventory' -import { cleanFairySouls, FairySouls } from './fairysouls' -import { cleanObjectives, Objective } from './objectives' -import { CleanFullProfileBasicMembers } from './profile' -import { cleanProfileStats, StatItem } from './stats' -import { CleanMinion, cleanMinions } from './minions' -import { AccountCustomization } from '../../database' -import { cleanSlayers, SlayerData } from './slayers' -import { cleanVisitedZones, Zone } from './zones' -import { cleanSkills, Skill } from './skills' -import * as cached from '../../hypixelCached' -import * as constants from '../../constants' -import { Included } from '../../hypixel' -import { CleanPlayer } from '../player' -import { CleanRank } from '../rank' -import { Bank } from './bank' +import { cleanCollections, Collection } from './collections.js' +import { cleanInventories, Inventories } from './inventory.js' +import { cleanFairySouls, FairySouls } from './fairysouls.js' +import { cleanObjectives, Objective } from './objectives.js' +import { CleanFullProfileBasicMembers } from './profile.js' +import { cleanProfileStats, StatItem } from './stats.js' +import { CleanMinion, cleanMinions } from './minions.js' +import { cleanSlayers, SlayerData } from './slayers.js' +import { AccountCustomization } from '../../database.js' +import { cleanVisitedZones, Zone } from './zones.js' +import { cleanSkills, Skill } from './skills.js' +import * as cached from '../../hypixelCached.js' +import * as constants from '../../constants.js' +import { Included } from '../../hypixel.js' +import { CleanPlayer } from '../player.js' +import { CleanRank } from '../rank.js' +import { Bank } from './bank.js' export interface CleanBasicMember { uuid: string |