fix: delete the typing channel

This commit is contained in:
Skillz4Killz
2022-06-18 23:49:25 +00:00
committed by GitHub
parent 1943fab075
commit f57b2274e0
+1
View File
@@ -5,4 +5,5 @@ Deno.test("[typing] start typing", async () => {
const bot = loadBot();
const channel = await bot.helpers.createChannel(CACHED_COMMUNITY_GUILD_ID, { name: "typing" });
await bot.helpers.startTyping(channel.id);
await bot.helpers.deleteChannel(channel.id);
});