From 5b5ee82f27749e989d727534ad89577f60b0c14e Mon Sep 17 00:00:00 2001 From: V Date: Sun, 2 Apr 2023 16:16:15 +0200 Subject: [PATCH] Update Contributor Badge to new logo --- src/plugins/apiBadges.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/apiBadges.tsx b/src/plugins/apiBadges.tsx index 14b548c9..4e1ea2b2 100644 --- a/src/plugins/apiBadges.tsx +++ b/src/plugins/apiBadges.tsx @@ -29,7 +29,7 @@ import { closeModal, Modals, openModal } from "@utils/modal"; import definePlugin from "@utils/types"; import { Forms } from "@webpack/common"; -const CONTRIBUTOR_BADGE = "https://media.discordapp.net/stickers/1026517526106087454.webp"; +const CONTRIBUTOR_BADGE = "https://cdn.discordapp.com/attachments/1033680203433660458/1092089947126780035/favicon.png"; /** List of vencord contributor IDs */ const contributorIds: string[] = Object.values(Devs).map(d => d.id.toString());