mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
fix: ban test typo
This commit is contained in:
@@ -27,7 +27,7 @@ export async function unbanTest(bot: Bot, t: Deno.TestContext, guildId: bigint,
|
||||
banCounters.set(user.id, false);
|
||||
};
|
||||
|
||||
await bot.helpers.unban(guildId, id);
|
||||
await bot.helpers.unbanMember(guildId, id);
|
||||
|
||||
await delayUntil(10000, () => !banCounters.get(id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user