add todo comment reminder

This commit is contained in:
Skillz4Killz
2021-06-18 15:48:00 +00:00
committed by GitHub
parent 533513f0c5
commit 96fa571091

View File

@@ -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),