Table of Contents

Namespace DisCatSharp.CommandsNext.Entities

Classes

SingletonCommandModule

Represents a singleton command module. This type of module is instantiated only when created.

TransientCommandModule

Represents a transient command module. This type of module is reinstantiated on every command call.

Structs

CommandHelpMessage

Represents a formatted help message.

Interfaces

ICommandModule

Represents a base interface for all types of command modules.

ICooldownResponder

The cooldown responder.