From 50eeea5a1d48ffc299f02f61d653fb407a8deac0 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sun, 8 May 2022 17:38:39 +0000 Subject: [PATCH] fix: allow custom unit test guilds --- testss/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testss/utils.ts b/testss/utils.ts index e9ab3407b..7d677ce33 100644 --- a/testss/utils.ts +++ b/testss/utils.ts @@ -1,4 +1,4 @@ -export const CACHED_COMMUNITY_GUILD_ID = 907350958810480671n; +export const CACHED_COMMUNITY_GUILD_ID = Deno.env.get("UNIT_TEST_GUILD_ID") ?? 907350958810480671n; export function delayUntil( maxMs: number,