Skip to content

Commit 526e3d9

Browse files
committed
remove duplicate vars in example env
1 parent facfd9f commit 526e3d9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.env.example

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ SERVER_ID=your_server_id_here
99
GUIDES_CHANNEL_ID=your_guides_channel_id_here
1010
ADVENT_OF_CODE_CHANNEL_ID=your_advent_of_code_forum_channel_id_here
1111
REPEL_LOG_CHANNEL_ID=your_repel_log_channel_id_here
12+
ONBOARDING_CHANNEL_ID=onboarding_channel_id_here
1213

1314
# Role IDs (REQUIRED)
1415
MODERATORS_ROLE_IDS=role_id_1,role_id_2,role_id_3
1516
REPEL_ROLE_ID=your_repel_role_id_here
17+
ONBOARDING_ROLE_ID=onboarding_role_id_here
1618

1719
# Optional Role IDs
1820
# ROLE_A_ID=optional_role_a_id
@@ -22,16 +24,6 @@ REPEL_ROLE_ID=your_repel_role_id_here
2224
# Data Persistence (OPTIONAL)
2325
# Local development defaults to current directory
2426
# Docker deployments should use /app/data for persistence
25-
# Channel IDs (from your dev server)
26-
GUIDES_CHANNEL_ID=your-guide-channel-id
27-
REPEL_LOG_CHANNEL_ID=your-repel-log-channel-id
28-
ONBOARDING_CHANNEL_ID=onboarding-channel-id
29-
30-
# Role IDs (from your dev server)
31-
REPEL_ROLE_ID=your-repel-role-id
32-
MODERATORS_ROLE_IDS=your-moderator-role-id
33-
ONBOARDING_ROLE_ID=onboarding-role-id
34-
# Other
3527
GUIDES_TRACKER_PATH=guides-tracker.json
3628
ADVENT_OF_CODE_TRACKER_PATH=advent-of-code-tracker.json
3729

0 commit comments

Comments
 (0)