fix required bot token, fix equicord and vencord contrib badges, move equicord to svg
All checks were successful
Code quality checks / biome (push) Successful in 16s

This commit is contained in:
creations 2025-06-07 21:08:10 -04:00
parent 269b858e88
commit 2f9b38ace8
Signed by: creations
GPG key ID: 8F553AA4320FC711
7 changed files with 72 additions and 49 deletions

View file

@ -18,7 +18,7 @@ const badgeFetchInterval: number = process.env.BADGE_FETCH_INTERVAL
const botToken: string | undefined = process.env.DISCORD_TOKEN;
function verifyRequiredVariables(): void {
const requiredVariables = ["HOST", "PORT", "DISCORD_TOKEN"];
const requiredVariables = ["HOST", "PORT"];
let hasError = false;