mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
a7d11bf7bb
commit
f3bddc2cb7
@@ -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