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 };