mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
fix: allow custom unit test guilds
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user