Fix Workflow Name

This commit is contained in:
thororen1234 2024-07-30 23:00:40 -04:00
parent 750dd1cdd6
commit 38bba2d900
2 changed files with 2 additions and 3 deletions

View file

@ -88,7 +88,6 @@ 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" };