mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
Merge branch 'more-thread-stuff' of https://github.com/discordeno/discordeno into more-thread-stuff
This commit is contained in:
@@ -3,4 +3,4 @@ import { editChannel } from "../edit_channel.ts";
|
||||
/** Sets a thread channel to be unarchived. */
|
||||
export function unarchiveThread(threadId: bigint) {
|
||||
return editChannel(threadId, { archived: false });
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ import { editChannel } from "../edit_channel.ts";
|
||||
/** Sets a thread channel to be unlocked. */
|
||||
export function unlockThread(threadId: bigint) {
|
||||
return editChannel(threadId, { locked: false });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user