Update edit_channel.ts

This commit is contained in:
ITOH
2021-05-02 16:35:11 +02:00
parent b5f5b0caf6
commit 02b9d7188f
+1
View File
@@ -17,6 +17,7 @@ import {
import { camelKeysToSnakeCase, hasOwnProperty } from "../../util/utils.ts"; import { camelKeysToSnakeCase, hasOwnProperty } from "../../util/utils.ts";
//TODO: implement DM group channel edit //TODO: implement DM group channel edit
//TODO(threads): check thread perms
/** Update a channel's settings. Requires the `MANAGE_CHANNELS` permission for the guild. */ /** Update a channel's settings. Requires the `MANAGE_CHANNELS` permission for the guild. */
export async function editChannel( export async function editChannel(
channelId: string, channelId: string,