$createChannel
Creates a channel.
Usage
$createChannel[name;type;(optional) categoryID]
Breakdown
-
name- The name to give this channel.📝 Channel names can have a maximum of upto 100 characters.
-
type- The channel type. Channel types:categorytextvoice
-
categoryID- The category to put the channel in (if applicable).
Example
$nomention
$createChannel[cool-channel;text]

