Updated hypixel api version

This commit is contained in:
2024-10-18 11:42:41 +02:00
parent 6f41c22cf5
commit f80fc79570

View File

@@ -5,8 +5,8 @@ import env from "~/utils/Env.js"
const apikey = env.prod.hypixelapikey
const mojang = "https://api.mojang.com/users/profiles/minecraft/"
const mojanguuid = "https://sessionserver.mojang.com/session/minecraft/profile/"
const hypixel = "https://api.hypixel.net/player"
const guild = "https://api.hypixel.net/guild"
const hypixel = "https://api.hypixel.net/v2/player"
const guild = "https://api.hypixel.net/v2/guild"
const minotar = "https://minotar.net/helm/"
type GuildQueryType = "player" | "name" | "id"