fix: remove deleteThread

This commit is contained in:
Skillz4Killz
2021-11-29 17:05:13 +00:00
committed by GitHub
parent 9868aef700
commit 16852744f4
6 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ Deno.test("[thread] Start a thread", async (t) => {
});
await t.step("[thread] Delete a thread", async () => {
await bot.helpers.deleteThread(thread.id);
await bot.helpers.deleteChannel(thread.id);
});
});