$createChannel
Creates a new channel.
Syntax
$createChannel[Name;Type;(Category ID)]
Discord allows users to create up to 500 channels per server. This includes all channel types.
Parameters
Name(Type: String || Flag: Required): The name of the new channel.
Type(Type: Enum || Flag: Required): The channel type. Channel types:categorytextvoicestageforum
Category ID(Type: Snowflake || Flag: Optional): The category to put the channel in (if applicable).
Example
$nomention
$createChannel[cool-channel;text]
New channel created!

You can use $channelID[] to return the channel ID.
$nomention
$createChannel[main-chat;text]
New channel created! ID: $channelID[main-chat]
How
$channelID[]works?