Skip to main content
Module

x/coward/mod.ts>Coward#deleteChannel

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
method Coward.prototype.deleteChannel
import { Coward } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Delete a channel. Requires the MANAGE_CHANNELS permission in the guild.

Parameters

channelID: string

Returns

Promise<void>