From 02b9d7188f98ea81e2a1c841839c291bd1029780 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Sun, 2 May 2021 16:35:11 +0200 Subject: [PATCH] Update edit_channel.ts --- src/helpers/channels/edit_channel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/channels/edit_channel.ts b/src/helpers/channels/edit_channel.ts index 3a6e83be1..cc8119c81 100644 --- a/src/helpers/channels/edit_channel.ts +++ b/src/helpers/channels/edit_channel.ts @@ -17,6 +17,7 @@ import { import { camelKeysToSnakeCase, hasOwnProperty } from "../../util/utils.ts"; //TODO: implement DM group channel edit +//TODO(threads): check thread perms /** Update a channel's settings. Requires the `MANAGE_CHANNELS` permission for the guild. */ export async function editChannel( channelId: string,