index
:
github/Vencord.git
feat/localpronounoverrides
feat/pronounoverrides
feat/userpluginbadge
gitkeepuserplugins
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins.d.ts
blob: e2878231761375777024a36539317bea35ceeaad (
plain
)
1
2
3
4
declare
module
"plugins"
{
var
plugins
:
Record
<
string
,
any
>
[];
export
default
plugins
;
}