mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 20:26:08 -05:00
Fix not every staff member getting supporter perks
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user