never ever come with snake_case again for dd

This commit is contained in:
ITOH
2021-11-14 21:53:29 +01:00
parent fdd600e88b
commit 9eeb8e26fb
334 changed files with 1121 additions and 1214 deletions
+1 -1
View File
@@ -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));