Encryptcord Fix (#235)
Some checks are pending
Test / Test (push) Waiting to run

* Encryptcord Fix

* FixName

* Update index.tsx

* Update constants.ts

* Update constants.ts

* Update index.tsx

* Final fix
This commit is contained in:
ItsAlex 2025-04-19 02:37:05 +02:00 committed by GitHub
parent 179b56e57f
commit 851fc84e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 8 deletions

View file

@ -1042,6 +1042,10 @@ export const EquicordDevs = Object.freeze({
name: "smuki",
id: 691517398523576331n
},
ItsAlex: {
name: "ItsAlex",
id: 551023598203043840n
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly