mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
Fixes
This commit is contained in:
parent
f3ec0d86eb
commit
9f39648b0f
3 changed files with 127 additions and 1 deletions
|
@ -555,6 +555,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
} satisfies Record<string, Dev>);
|
||||
|
||||
export const EquicordDevs = Object.freeze({
|
||||
nobody: {
|
||||
name: "nobody",
|
||||
id: 0n
|
||||
},
|
||||
thororen: {
|
||||
name: "thororen",
|
||||
id: 848339671629299742n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue