+create-channel

Creates a new channel

Usage

+create-channel <name> {type (text/voice/category/stage/forum)}

Arguments

NameDescriptionTypeRequired

name

The name of the channel.

String

Yes

type

The type of the channel.

Enum

No

Possibilities for type

  • text

  • voice

  • category

  • stage

  • forum

If no type is specified, a text channel will be created.

Examples

Last updated