mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 09:03:03 -04:00
Suncord EOL
This commit is contained in:
parent
0c97ef7e44
commit
f2404df3af
9 changed files with 7 additions and 202 deletions
|
@ -721,45 +721,6 @@ export const EquicordDevs = Object.freeze({
|
|||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
export const SuncordDevs = /* #__PURE__*/ Object.freeze({
|
||||
nyx: {
|
||||
name: "verticalsync",
|
||||
id: 328165170536775680n,
|
||||
},
|
||||
bhop: {
|
||||
name: "femeie",
|
||||
id: 442626774841556992n,
|
||||
},
|
||||
Drag: {
|
||||
name: "dragalt_",
|
||||
id: 1189903210564038697n,
|
||||
},
|
||||
Woosh: {
|
||||
name: "w00shh.",
|
||||
id: 689165844835860522n,
|
||||
},
|
||||
Cortex: {
|
||||
name: "Cortex",
|
||||
id: 825069530376044594n,
|
||||
},
|
||||
thororen: {
|
||||
name: "thororen",
|
||||
id: 848339671629299742n,
|
||||
},
|
||||
nexpid: {
|
||||
name: "Nexpid",
|
||||
id: 853550207039832084n,
|
||||
},
|
||||
KrystalSkull: {
|
||||
name: "krystalskullofficial",
|
||||
id: 929208515883569182n,
|
||||
},
|
||||
SerStars: {
|
||||
name: "SerStars",
|
||||
id: 861631850681729045n,
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
export const VencordDevsById = /* #__PURE__*/ (() =>
|
||||
Object.freeze(Object.fromEntries(
|
||||
|
@ -776,11 +737,3 @@ export const EquicordDevsById = /* #__PURE__*/ (() =>
|
|||
.map(([_, v]) => [v.id, v] as const)
|
||||
))
|
||||
)() as Record<string, Dev>;
|
||||
|
||||
export const SuncordDevsById = /* #__PURE__*/ (() =>
|
||||
Object.freeze(Object.fromEntries(
|
||||
Object.entries(SuncordDevs)
|
||||
.filter(d => d[1].id !== 0n)
|
||||
.map(([_, v]) => [v.id, v] as const)
|
||||
))
|
||||
)() as Record<string, Dev>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue