From 46063b42d891b5b2dcdeb426a156913959e29850 Mon Sep 17 00:00:00 2001 From: Inbestigator Date: Sun, 17 Mar 2024 18:48:15 -0700 Subject: [PATCH] Moved self to bottom of devs --- src/utils/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 06a908a9a..d1db2516d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -50,10 +50,6 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Vendicated", id: 343383572805058560n }, - Inbestigator: { - name: "Inbestigator", - id: 761777382041714690n - }, Arjix: { name: "ArjixWasTaken", id: 674710789138939916n @@ -430,6 +426,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ Elvyra: { name: "Elvyra", id: 708275751816003615n, + }, + Inbestigator: { + name: "Inbestigator", + id: 761777382041714690n } } satisfies Record);