Skip to content

Commit 8df6150

Browse files
committed
feat: add server ID configuration to Discord settings for enhanced command handling
1 parent a159aa2 commit 8df6150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/env.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const config = {
1919
discord: {
2020
token: requireEnv('DISCORD_TOKEN'),
2121
clientId: requireEnv('CLIENT_ID'),
22+
serverId: requireEnv('SERVER_ID'),
2223
},
2324
guides: {
2425
channelId: requireEnv('GUIDES_CHANNEL_ID'),

0 commit comments

Comments
 (0)