$createChannel

Creates a channel.

Syntax

$createChannel[name;type;(category ID)]

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
  • category ID - The category to put the channel in (if applicable).

Example

$nomention
$createChannel[cool-channel;text]

example

example