Skip to content

Commit 92951c6

Browse files
committed
chore: remove SERVER_ID from Discord configuration in env.ts
1 parent 6f937f9 commit 92951c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const config = {
1919
discord: {
2020
token: requireEnv('DISCORD_TOKEN'),
2121
clientId: requireEnv('CLIENT_ID'),
22-
serverId: requireEnv('SERVER_ID'),
2322
},
2423
repel: {
2524
repelLogChannelId: requireEnv('REPEL_LOG_CHANNEL_ID'),

0 commit comments

Comments
 (0)