mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
Add new developers to Devs constant
This commit is contained in:
parent
c6cae1cb82
commit
18e4fa2e1d
1 changed files with 9 additions and 1 deletions
|
@ -588,7 +588,15 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "samsam",
|
||||
id: 836452332387565589n,
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
fox3000foxy: {
|
||||
name: "fox3000foxy.new",
|
||||
id: 724847846897221642n,
|
||||
},
|
||||
davr1: {
|
||||
name: "davr1",
|
||||
id: 457579346282938368n,
|
||||
}
|
||||
}) satisfies Record<string, Dev>;
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
export const DevsById = /* #__PURE__*/ (() =>
|
||||
|
|
Loading…
Add table
Reference in a new issue