Merge branch 'dev' into 'main'

Dev

See merge request illegitimate/illegitimate-bot!309
This commit is contained in:
2024-10-19 16:43:40 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
services:
db:
container_name: postgres-dev
image: postgres
image: postgres:16.4
restart: unless-stopped
volumes:
- ./dev/pgdata:/var/lib/postgresql/data

View File

@@ -18,7 +18,7 @@ services:
pull_policy: always
db:
container_name: illegitimate-postgres
image: postgres
image: postgres:16.4
restart: unless-stopped
logging:
driver: journald

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"