From 62f74f59179c875cb6f867a7e3da2012e2aa3507 Mon Sep 17 00:00:00 2001 From: Remty Date: Sun, 2 Apr 2023 16:12:19 +0200 Subject: feat(plugin): FakeProfileThemes (#710) --- src/utils/constants.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 473674a..c54676f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -226,6 +226,14 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "TheKodeToad", id: 706152404072267788n }, + Alyxia: { + name: "Alyxia Sother", + id: 952185386350829688n + }, + Remty: { + name: "Remty", + id: 335055032204656642n + }, skyevg: { name: "skyevg", id: 1090310844283363348n -- cgit