Skip to content

Commit 7fe31aa

Browse files
committed
feat: add Advent of Code channel ID to environment configuration
1 parent d5afe64 commit 7fe31aa

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
@@ -8,6 +8,7 @@ SERVER_ID=434487340535382016
88
# Channel IDs (from your dev server)
99
GUIDES_CHANNEL_ID=1429492053825290371
1010
REPEL_LOG_CHANNEL_ID=1403558160144531589
11+
ADVENT_OF_CODE_CHANNEL_ID=1047623689488830495
1112

1213
# Role IDs (from your dev server)
1314
REPEL_ROLE_ID=1002411741776461844

src/env.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const config = {
3535
channelIds: {
3636
repelLogs: requireEnv('REPEL_LOG_CHANNEL_ID'),
3737
guides: requireEnv('GUIDES_CHANNEL_ID'),
38+
adventOfCode: requireEnv('ADVENT_OF_CODE_CHANNEL_ID'),
3839
},
3940
};
4041

0 commit comments

Comments
 (0)