Files
sendou.ink/app/features/admin/admin-constants.ts
Kalle 91469da4e3
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
Add scanner access to specific user
2026-08-11 20:37:51 +03:00

23 lines
802 B
TypeScript

export const BAN_REASON_MAX_LENGTH = 200;
export const ADMIN_DISCORD_ID = "79237403620945920";
export const ADMIN_ID = process.env.NODE_ENV === "test" ? 1 : 274;
// Panda Scep Acing Baja Michi
export const STAFF_IDS = [11329, 9719, 9342, 20774, 23094];
// hfcRed
export const DEV_IDS = [27883];
// hfcRed Dreamy Cafy Acing
export const QA_IDS: number[] = [27883, 38176, 10654, 9342];
// xi
/** Users who can access the scanner while it is not yet enabled for everyone */
export const SCANNER_TESTER_IDS: number[] = [30228];
export const STAFF_DISCORD_IDS = [
"138757634500067328",
"184478601171828737",
"342369454719631361",
"785678909555474462",
"725416982681223259",
];