Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
fix(index): remove uncessary environment variable check
Browse files Browse the repository at this point in the history
GUILD_ID is not necessary for a deployed version of the bot.
  • Loading branch information
mahyarmirrashed committed Sep 12, 2021
1 parent 396e191 commit 28868bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (
process.env.CLIENT_ID,
process.env.DATABASE_URI,
process.env.DISCORD_TOKEN,
process.env.GUILD_ID,
process.env.MEMBERSHIP_VALIDATOR_CLIENT_ID,
process.env.MEMBERSHIP_VALIDATOR_CLIENT_SECRET,
].every((envVar: string | undefined) => envVar)
Expand Down

0 comments on commit 28868bc

Please sign in to comment.