diff options
author | Juby210 <31005896+Juby210@users.noreply.github.com> | 2023-04-02 17:43:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 17:43:06 +0200 |
commit | 29382d2781d8e513ef98ca967e4c43fb218a281d (patch) | |
tree | e47f5a077a81728da7d5189911cd5d5e64be8740 /src/utils | |
parent | 6226672ee8d1af917065d29817338b62a5d9fd17 (diff) | |
download | Vencord-29382d2781d8e513ef98ca967e4c43fb218a281d.tar.gz Vencord-29382d2781d8e513ef98ca967e4c43fb218a281d.tar.bz2 Vencord-29382d2781d8e513ef98ca967e4c43fb218a281d.zip |
Add BetterFolders plugin (#530)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index c54676f..7054db2 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -226,6 +226,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "TheKodeToad", id: 706152404072267788n }, + juby: { + name: "Juby210", + id: 324622488644616195n + }, Alyxia: { name: "Alyxia Sother", id: 952185386350829688n |