Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function editChannelOverwrite
import { editChannelOverwrite } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Edit the channel permission overwrites for a user or role in this channel. Requires MANAGE_ROLES permission.

Parameters

bot: Bot
channelId: bigint
overwriteId: bigint
options: Omit<Overwrite, "id">