add badges and fix clan tags, and readme issue
All checks were successful
Code quality checks / biome (push) Successful in 11s
All checks were successful
Code quality checks / biome (push) Successful in 11s
This commit is contained in:
parent
7816210a2c
commit
bf66b301ae
9 changed files with 129 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue