mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 01:53:05 -04:00
Fix Workflow Name
This commit is contained in:
parent
750dd1cdd6
commit
38bba2d900
2 changed files with 2 additions and 3 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue