Updated hypixel api version
This commit is contained in:
@@ -5,8 +5,8 @@ import env from "~/utils/Env.js"
|
|||||||
const apikey = env.prod.hypixelapikey
|
const apikey = env.prod.hypixelapikey
|
||||||
const mojang = "https://api.mojang.com/users/profiles/minecraft/"
|
const mojang = "https://api.mojang.com/users/profiles/minecraft/"
|
||||||
const mojanguuid = "https://sessionserver.mojang.com/session/minecraft/profile/"
|
const mojanguuid = "https://sessionserver.mojang.com/session/minecraft/profile/"
|
||||||
const hypixel = "https://api.hypixel.net/player"
|
const hypixel = "https://api.hypixel.net/v2/player"
|
||||||
const guild = "https://api.hypixel.net/guild"
|
const guild = "https://api.hypixel.net/v2/guild"
|
||||||
const minotar = "https://minotar.net/helm/"
|
const minotar = "https://minotar.net/helm/"
|
||||||
type GuildQueryType = "player" | "name" | "id"
|
type GuildQueryType = "player" | "name" | "id"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user