From ee796b6e5788a956fabda1e86db6255d103383aa Mon Sep 17 00:00:00 2001 From: Hikari Date: Mon, 23 Mar 2026 15:25:12 -0700 Subject: [PATCH] chore: commit naomiId entitlement config --- bot/src/config/entitlements.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/src/config/entitlements.ts b/bot/src/config/entitlements.ts index 36ca468..dada84a 100644 --- a/bot/src/config/entitlements.ts +++ b/bot/src/config/entitlements.ts @@ -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 };