Class

StartChannelCreation

StartChannelCreation()

The start channel creation command lets users create private channels for them to use. Users can create voice or text channels, invite as many people as they want when created and name the channels whatever they want. A category and channel is created for this feature. The new channels are created inside this category. Users can delete the channel by reacting to a message in their DMs with the bot. THERE IS A LIMIT OF CHANNELS! Categories can only have up to 50 channels, if you expect more than 50 channels please DO NOT USE THIS FEATURE.

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

View Source classes/permission-command.js, line 40

Methods

# async runCommand(botGuild, message)

Parameters:
Name Type Description
botGuild BotGuildModel
message Message the message in which the command was run
Overrides:

View Source commands/a_start_commands/start-channel-creation.js, line 40