Table of Contents

Class CommandGroup

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

Represents a command group.

public class CommandGroup : Command
Inheritance
CommandGroup
Inherited Members

Properties

Children

Gets all the commands that belong to this module.

IsExecutableWithoutSubcommands

Gets whether this command is executable without subcommands.

Methods

ExecuteAsync(CommandContext)

Executes this command or its subcommand with specified context.