mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
revert change
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user