mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
feat: finalizing threads
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { editChannel } from "../edit_channel.ts";
|
||||
|
||||
/** Sets a thread channel to be unarchived. */
|
||||
export function unarchiveThread(threadId: bigint) {
|
||||
return editChannel(threadId, { archived: false });
|
||||
}
|
||||
Reference in New Issue
Block a user