From 1098ca97106d778cdcd7339be24eb434941531c4 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:11:56 +0300 Subject: [PATCH] Fix not every staff member getting supporter perks --- app/features/admin/admin-constants.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/features/admin/admin-constants.ts b/app/features/admin/admin-constants.ts index 77dc1adc9..38d790858 100644 --- a/app/features/admin/admin-constants.ts +++ b/app/features/admin/admin-constants.ts @@ -3,4 +3,9 @@ export const ADMIN_ID = process.env.NODE_ENV === "test" ? 1 : 274; // Panda Scep Acing Baja export const STAFF_IDS = [11329, 9719, 9342, 20774]; -export const STAFF_DISCORD_IDS = ["138757634500067328", "184478601171828737"]; +export const STAFF_DISCORD_IDS = [ + "138757634500067328", + "184478601171828737", + "342369454719631361", + "785678909555474462", +];