chore: commit naomiId entitlement config
Node.js CI / CI (pull_request) Successful in 43s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m6s

This commit is contained in:
2026-03-23 15:25:12 -07:00
committed by Naomi Carrigan
parent b5d29025b3
commit ee796b6e57
+4 -4
View File
@@ -3,12 +3,12 @@
* @license Naomi's Public License
* @author Naomi Carrigan
*/
const naomiId = "465650873650118659";
const entitledGuilds = [
"1354624415861833870",
];
const entitledUsers = [
"465650873650118659",
];
const entitledUsers = [ naomiId ];
export { entitledGuilds, entitledUsers };
export { entitledGuilds, entitledUsers, naomiId };