mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: delete the typing channel
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user