mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
add todo comment reminder
This commit is contained in:
@@ -8,6 +8,8 @@ import { snakelize } from "../../../util/utils.ts";
|
||||
export async function editThread(threadId: bigint, options: ModifyThread, reason?: string) {
|
||||
// const thread = await cacheHandlers.get("threads", threadId);
|
||||
|
||||
// TODO: permission checking
|
||||
|
||||
const result = await rest.runMethod(
|
||||
"patch",
|
||||
endpoints.CHANNEL_BASE(threadId),
|
||||
|
||||
Reference in New Issue
Block a user