diff options
author | V <vendicated@riseup.net> | 2023-04-02 16:16:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 16:16:15 +0200 |
commit | 5b5ee82f27749e989d727534ad89577f60b0c14e (patch) | |
tree | 3a51b4145a5139be531d780b65e0f2f3fba302f1 | |
parent | 62f74f59179c875cb6f867a7e3da2012e2aa3507 (diff) | |
download | Vencord-5b5ee82f27749e989d727534ad89577f60b0c14e.tar.gz Vencord-5b5ee82f27749e989d727534ad89577f60b0c14e.tar.bz2 Vencord-5b5ee82f27749e989d727534ad89577f60b0c14e.zip |
Update Contributor Badge to new logo
-rw-r--r-- | src/plugins/apiBadges.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/apiBadges.tsx b/src/plugins/apiBadges.tsx index 14b548c..4e1ea2b 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()); |