Skip to content

Commit f331b54

Browse files
committed
🌟 feat: add Regular role env variables
1 parent 9a9d92c commit f331b54

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

β€Ž.env.productionβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ADVENT_OF_CODE_CHANNEL_ID=1047623689488830495
1313
# Role IDs (from your dev server)
1414
REPEL_ROLE_ID=1002411741776461844
1515
MODERATORS_ROLE_IDS=849481536654803004
16+
REGULAR_ROLE_ID=1383170370634514544
1617

1718
# Other
1819
GUIDES_TRACKER_PATH=/app/data/guides-tracker.json

β€Žsrc/env.tsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const config = {
3030
? requireEnv('MODERATORS_ROLE_IDS').split(',')
3131
: [],
3232
repel: requireEnv('REPEL_ROLE_ID'),
33+
regular: requireEnv('REGULAR_ROLE_ID'),
3334
a: optionalEnv('ROLE_A_ID'),
3435
b: optionalEnv('ROLE_B_ID'),
3536
c: optionalEnv('ROLE_C_ID'),

0 commit comments

Comments
Β (0)