Merge branch 'dev' into 'main'
Dev See merge request illegitimate/illegitimate-bot!309
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
container_name: postgres-dev
|
container_name: postgres-dev
|
||||||
image: postgres
|
image: postgres:16.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./dev/pgdata:/var/lib/postgresql/data
|
- ./dev/pgdata:/var/lib/postgresql/data
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
pull_policy: always
|
pull_policy: always
|
||||||
db:
|
db:
|
||||||
container_name: illegitimate-postgres
|
container_name: illegitimate-postgres
|
||||||
image: postgres
|
image: postgres:16.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
|
|||||||
@@ -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