Files
illegitimate-bot/src/utils/Hypixel/index.ts
2024-01-15 11:00:11 +01:00

13 lines
306 B
TypeScript

export { skywarsLevel } from "./skywars"
export { bedwarsLevel } from "./bedwars"
export { hypixelLevel } from "./hypixel"
export { formatUuid } from "./uuid"
export { guildLevel, scaledGEXP } from "./guild"
export {
getUUID,
getIGN,
getPlayer,
getGuild,
getHeadURL,
} from "./account"