Feat(plugin + fix ) GithubRepos & Pluginsettings (#185)

* Updated Pluginsettings.tsx (https://github.com/Vendicated/Vencord/pull/3293)
Added GithubRepos (https://github.com/Vendicated/Vencord/pull/3292)
Also added Equicord Contrib to needed people

* Fixed lint error

* Hopefully fixed it?

* Resolved conflicts

---------

Co-authored-by: Crxa <c@crxaw.tech>
Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
Crxaw 2025-03-17 05:40:53 +00:00 committed by GitHub
parent bc29549586
commit 14db952e94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 835 additions and 1 deletions

View file

@ -1020,6 +1020,10 @@ export const EquicordDevs = Object.freeze({
name: "SteelTech",
id: 1344190786476183643n
},
talhakf: {
name: "talhakf",
id: 1140716160560676976n
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly