mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
never ever come with snake_case again for dd
This commit is contained in:
@@ -10,7 +10,7 @@ export async function banTest(bot: Bot, t: Deno.TestContext, guildId: bigint, id
|
||||
banCounters.set(user.id, true);
|
||||
};
|
||||
|
||||
await bot.helpers.ban(guildId, id, options);
|
||||
await bot.helpers.banMember(guildId, id, options);
|
||||
|
||||
await delayUntil(10000, () => banCounters.get(id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user