Updated imports and formating

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-01-16 17:05:15 +01:00
parent ee0250ed5e
commit 5661bc66bb
49 changed files with 819 additions and 491 deletions

View File

@@ -3,10 +3,4 @@ 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"
export { getUUID, getIGN, getPlayer, getGuild, getHeadURL } from "./account"