$createChannel

Creates a new 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 100 characters.

  • Type (Type: Enum || Flag: Required): The channel type. Channel types:
    • category
    • text
    • voice
    • stage
    • forum
  • Category ID (Type: Snowflake || Flag: Optional): The category to put the channel in (if applicable).

Example

$nomention
$createChannel[cool-channel;text]

example
example