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