We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f94b7a commit 7288b02Copy full SHA for 7288b02
src/env.ts
@@ -37,8 +37,8 @@ export const config = {
37
guides: requireEnv('GUIDES_CHANNEL_ID'),
38
},
39
onboarding: {
40
- channelId: requireEnv('ONBOARDING_CHANNEL_ID'),
41
- roleId: requireEnv('ONBOARDING_ROLE_ID'),
+ channelId: optionalEnv('ONBOARDING_CHANNEL_ID'),
+ roleId: optionalEnv('ONBOARDING_ROLE_ID'),
42
43
// Add more config sections as needed:
44
// database: {
0 commit comments