Updated dir structure
This commit is contained in:
12
src/utils/Hypixel/index.ts
Normal file
12
src/utils/Hypixel/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user