Add Discord Badges

This commit is contained in:
wont-stream 2025-04-19 21:20:21 -04:00
parent 9ff5d1adee
commit 06c955e1b7
19 changed files with 164 additions and 2 deletions

1
types/config.d.ts vendored
View file

@ -7,4 +7,5 @@ type Environment = {
type badgeURLMap = {
service: string;
url: string | ((userId: string) => string);
authType: "none" | "DISCORD";
};