$createChannel

Creates a channel.

Usage

$createChannel[name;type;(optional) categoryID]

Parameters

  • name (Type: String || Flag: Required): The name of the new channel.

    📝 Channel names can have a maximum of upto 100 characters.

  • type (Type: Enum || Flag: Required): The channel type. Channel types:

    • category
    • text
    • voice
    • stage
    • forum
  • categoryID - The category to put the channel in (if applicable).

Example

$nomention
$createChannel[cool-channel;text]

example1

example1.5