add badges and fix clan tags, and readme issue
All checks were successful
Code quality checks / biome (push) Successful in 11s

This commit is contained in:
creations 2025-04-19 13:37:37 -04:00
parent 7816210a2c
commit bf66b301ae
Signed by: creations
GPG key ID: 8F553AA4320FC711
9 changed files with 129 additions and 10 deletions

View file

@ -9,3 +9,5 @@ export const lanyardConfig: LanyardConfig = {
userId: process.env.LANYARD_USER_ID || "",
instance: process.env.LANYARD_INSTANCE || "https://api.lanyard.rest",
};
export const badgeApi: string | null = process.env.BADGE_API_URL || null;