We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5afe64 commit 7fe31aaCopy full SHA for 7fe31aa
2 files changed
.env.production
@@ -8,6 +8,7 @@ SERVER_ID=434487340535382016
8
# Channel IDs (from your dev server)
9
GUIDES_CHANNEL_ID=1429492053825290371
10
REPEL_LOG_CHANNEL_ID=1403558160144531589
11
+ADVENT_OF_CODE_CHANNEL_ID=1047623689488830495
12
13
# Role IDs (from your dev server)
14
REPEL_ROLE_ID=1002411741776461844
src/env.ts
@@ -35,6 +35,7 @@ export const config = {
35
channelIds: {
36
repelLogs: requireEnv('REPEL_LOG_CHANNEL_ID'),
37
guides: requireEnv('GUIDES_CHANNEL_ID'),
38
+ adventOfCode: requireEnv('ADVENT_OF_CODE_CHANNEL_ID'),
39
},
40
};
41
0 commit comments