sendou.ink/app/features/admin/admin-constants.ts
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

16 lines
456 B
TypeScript

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];
export const STAFF_DISCORD_IDS = [
"138757634500067328",
"184478601171828737",
"342369454719631361",
"785678909555474462",
"725416982681223259",
];