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

7 lines
285 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"