forked from creations/badgeAPI
Add Discord Badges
This commit is contained in:
parent
9ff5d1adee
commit
06c955e1b7
19 changed files with 164 additions and 2 deletions
1
types/config.d.ts
vendored
1
types/config.d.ts
vendored
|
@ -7,4 +7,5 @@ type Environment = {
|
|||
type badgeURLMap = {
|
||||
service: string;
|
||||
url: string | ((userId: string) => string);
|
||||
authType: "none" | "DISCORD";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue