Fix not every staff member getting supporter perks
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle
2025-09-09 18:11:56 +03:00
parent 5dbd27a50e
commit 1098ca9710

View File

@@ -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",
];