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

1
types/badge.d.ts vendored
View file

@ -19,6 +19,7 @@ type BadgeService = {
user: string;
badge: (id: string) => string;
});
pluginsUrl?: string;
};
interface VencordEquicordData {