From c53df45bd1fea4f797447c17bda30d79baa46b25 Mon Sep 17 00:00:00 2001 From: Bharat Middha <5100938+bmiddha@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:27:25 -0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20use=20dotenv=20from=20deno?= =?UTF-8?q?=5Fstd=20(#41)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- envConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envConfig.ts b/envConfig.ts index bc0e43c..7fafe69 100644 --- a/envConfig.ts +++ b/envConfig.ts @@ -1,4 +1,4 @@ -import "https://deno.land/x/dotenv@v3.2.2/load.ts"; +import "https://deno.land/std@0.209.0/dotenv/load.ts"; /** Prefix used for environment variable config options */ const ENVIRONMENT_VARIABLE_PREFIX = "DISCORD_EVENTS_SYNC_";