$createChannel

Creates a channel in the server.

Usage:

$createChannel[name;type;return ID (yes/no);categoryID (optional);topic;NSFW (yes/no);Bitrate (i.e 64000, VC only);Position;Slowmode in Seconds (optional);User Limit (VC only);RTC Region]

RTC Region:

For Voice Channel Only, to specify where voice channel RTC region located. default is auto, where discord will pick the best one, but you can specify one of those:

auto, brazil, hongkong, india, japan, rotterdam, russia, singapore, southafrica, sydney, us-central, us-east, us-south, us-west

Example:

$createChannel[general;text;no] This will create a text channel with the name "general".

Available channel types

This list mentions all valid channel types.

Related Functions

$createThread is used to create a thread.

$createRole is used to create a role.

Function Difficulty: Medium
Tags: channel create createChannel make Channel