Skip to content

Commit

Permalink
⬆️ use dotenv from deno_std (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha authored Dec 14, 2023
1 parent e8ea800 commit c53df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "https://deno.land/x/[email protected]/load.ts";
import "https://deno.land/[email protected]/dotenv/load.ts";

/** Prefix used for environment variable config options */
const ENVIRONMENT_VARIABLE_PREFIX = "DISCORD_EVENTS_SYNC_";
Expand Down

0 comments on commit c53df45

Please sign in to comment.