Skip to main content
Module

x/discordeno/mod.ts>createChannel

Discord API library for Deno
Extremely Popular
Go to Latest
function createChannel
import { createChannel } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Create a channel in your server. Bot needs MANAGE_CHANNEL permissions in the server.

Parameters

bot: Bot
guildId: bigint
optional
options: CreateGuildChannel
optional
reason: string