From 29382d2781d8e513ef98ca967e4c43fb218a281d Mon Sep 17 00:00:00 2001 From: Juby210 <31005896+Juby210@users.noreply.github.com> Date: Sun, 2 Apr 2023 17:43:06 +0200 Subject: Add BetterFolders plugin (#530) Co-authored-by: Ven --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') 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 -- cgit