mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -04:00
Fix Constants & Merge Dev
This commit is contained in:
commit
d83abb7437
7 changed files with 161 additions and 15 deletions
|
@ -321,8 +321,8 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "amia",
|
||||
id: 142007603549962240n
|
||||
},
|
||||
philhk: {
|
||||
name: "philhk",
|
||||
phil: {
|
||||
name: "phil",
|
||||
id: 305288513941667851n
|
||||
},
|
||||
ImLvna: {
|
||||
|
@ -523,7 +523,7 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
},
|
||||
nyx: {
|
||||
name: "verticalsync",
|
||||
id: 1207087393929171095n
|
||||
id: 328165170536775680n
|
||||
},
|
||||
nekohaxx: {
|
||||
name: "nekohaxx",
|
||||
|
@ -557,9 +557,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "Lumap",
|
||||
id: 585278686291427338n,
|
||||
},
|
||||
llytz: {
|
||||
name: "llytz",
|
||||
id: 1271128098301022240n
|
||||
Obsidian: {
|
||||
name: "Obsidian",
|
||||
id: 683171006717755446n,
|
||||
},
|
||||
SerStars: {
|
||||
name: "SerStars",
|
||||
|
@ -569,9 +569,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "niko",
|
||||
id: 341377368075796483n,
|
||||
},
|
||||
Obsidian: {
|
||||
name: "Obsidian",
|
||||
id: 683171006717755446n,
|
||||
relitrix: {
|
||||
name: "Relitrix",
|
||||
id: 423165393901715456n,
|
||||
},
|
||||
RamziAH: {
|
||||
name: "RamziAH",
|
||||
|
@ -791,7 +791,11 @@ export const EquicordDevs = Object.freeze({
|
|||
bep: {
|
||||
name: "bep",
|
||||
id: 0n,
|
||||
}
|
||||
},
|
||||
llytz: {
|
||||
name: "llytz",
|
||||
id: 1271128098301022240n
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue