revert change

This commit is contained in:
Hugo Chretien
2021-11-26 09:04:06 +01:00
parent 63a06c715b
commit 370435cb15
+1 -1
View File
@@ -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);