fix: allow custom unit test guilds

This commit is contained in:
Skillz4Killz
2022-05-08 17:38:39 +00:00
committed by GitHub
parent 7da023690b
commit 50eeea5a1d

View File

@@ -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,