Merge branch 'main' into threads

This commit is contained in:
ITOH
2021-05-04 17:45:38 +02:00
168 changed files with 485 additions and 371 deletions
@@ -10,8 +10,7 @@ import { assertEquals, assertExists } from "../deps.ts";
import { delayUntil } from "../util/delay_until.ts";
import { defaultTestOptions, tempData } from "../ws/start_bot.ts";
// TODO: whats save?
async function ifItFailsBlameWolf(options: CreateGuildChannel, _save = false) {
async function ifItFailsBlameWolf(options: CreateGuildChannel) {
const channel = await createChannel(tempData.guildId, options);
// Assertions
@@ -60,7 +59,6 @@ Deno.test({
},
],
},
true,
);
},
...defaultTestOptions,