Class CommandGroup
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.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.