mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Update index.tsx
This commit is contained in:
parent
39bd364bcc
commit
533d99003b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ const GlobalBadges = ({ userId }: { userId: string; }) => {
|
||||||
Object.keys(badges).forEach(mod => {
|
Object.keys(badges).forEach(mod => {
|
||||||
if (mod.toLowerCase() === "vencord") return;
|
if (mod.toLowerCase() === "vencord") return;
|
||||||
if (mod.toLowerCase() === "equicord") return;
|
if (mod.toLowerCase() === "equicord") return;
|
||||||
|
// RIP SUNCORD
|
||||||
badges[mod].forEach(badge => {
|
badges[mod].forEach(badge => {
|
||||||
if (typeof badge === "string") {
|
if (typeof badge === "string") {
|
||||||
const fullNames = { "hunter": "Bug Hunter", "early": "Early User" };
|
const fullNames = { "hunter": "Bug Hunter", "early": "Early User" };
|
||||||
|
|
Loading…
Reference in a new issue