Skip to content

Commit

Permalink
chore: node 12.6.0+ doesn't need dotenv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiramitzu committed Nov 24, 2023
1 parent 32b8817 commit e7710fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util/env.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import * as dotenv from "dotenv";

dotenv.config();

const { DISCORD_TOKEN: discordToken, SERVER_ID: serverId, CHANNEL_ID: channelId, WEBHOOK_URL: webhookUrl } = process.env;

const headers = {
Expand Down

0 comments on commit e7710fe

Please sign in to comment.