Update index.tsx

This commit is contained in:
thororen1234 2024-07-29 16:39:03 -04:00
parent 39bd364bcc
commit 533d99003b

View file

@ -88,6 +88,7 @@ const GlobalBadges = ({ userId }: { userId: string; }) => {
Object.keys(badges).forEach(mod => {
if (mod.toLowerCase() === "vencord") return;
if (mod.toLowerCase() === "equicord") return;
// RIP SUNCORD
badges[mod].forEach(badge => {
if (typeof badge === "string") {
const fullNames = { "hunter": "Bug Hunter", "early": "Early User" };