From 40e07392e177345287dfef369c60b205209eeeb4 Mon Sep 17 00:00:00 2001 From: "arasseo." <34034590+galpt@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:02:12 +0700 Subject: [PATCH] Revert "Update constants.ts" This reverts commit 638cbcb1ed7c776bd70fb94bb22a97f1029748d7. --- src/utils/constants.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 3129f15d..9ab3d1bc 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1098,10 +1098,6 @@ export const EquicordDevs = Object.freeze({ name: "Suffocate", id: 772601756776923187n }, - galpt: { - name: "galpt", - id: 631418827841863712n - }, } satisfies Record); // iife so #__PURE__ works correctly