add vencord and equicord contributor to fetching
All checks were successful
Code quality checks / biome (push) Successful in 17s
All checks were successful
Code quality checks / biome (push) Successful in 17s
This commit is contained in:
parent
d300f20b49
commit
269b858e88
3 changed files with 100 additions and 12 deletions
|
@ -87,7 +87,7 @@ const discordBadgeDetails = {
|
|||
},
|
||||
};
|
||||
|
||||
const badgeServices: badgeURLMap[] = [
|
||||
const badgeServices: BadgeService[] = [
|
||||
{
|
||||
service: "Vencord",
|
||||
url: "https://badges.vencord.dev/badges.json",
|
||||
|
@ -118,6 +118,9 @@ const badgeServices: badgeURLMap[] = [
|
|||
},
|
||||
];
|
||||
|
||||
const vencordEquicordContributorUrl =
|
||||
"https://raw.githubusercontent.com/Equicord/Equibored/refs/heads/main/plugins.json";
|
||||
|
||||
function getServiceDescription(service: string): string {
|
||||
const descriptions: Record<string, string> = {
|
||||
Vencord: "Custom badges from Vencord Discord client",
|
||||
|
@ -137,6 +140,7 @@ export {
|
|||
badgeServices,
|
||||
discordBadges,
|
||||
discordBadgeDetails,
|
||||
vencordEquicordContributorUrl,
|
||||
getServiceDescription,
|
||||
gitUrl,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue