From 370435cb1540da30c890b54b45ba74b5afd1a1f2 Mon Sep 17 00:00:00 2001 From: Hugo Chretien Date: Fri, 26 Nov 2021 09:04:06 +0100 Subject: [PATCH] revert change --- tests/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mod.ts b/tests/mod.ts index 5e1e9adfa..843443b94 100644 --- a/tests/mod.ts +++ b/tests/mod.ts @@ -86,7 +86,7 @@ if (bot.cache.guilds.size() <= 10) { await delayUntil(10000, () => Boolean(startedAt)); // CREATE ONE GUILD SO WE CAN REUSE LATER TO SAVE RATE LIMITS -export const guild = await bot.helpers.getGuild(CACHED_COMMUNITY_GUILD_ID); +export const guild = await bot.helpers.createGuild({ name: "Discordeno Test" }); // Assertions assertExists(guild);