Interface ICommandModule
- Namespace
- DSharpPlus.CommandsNext.Entities
- Assembly
- DSharpPlus.CommandsNext.dll
Represents a base interface for all types of command modules.
public interface ICommandModule
Properties
- ModuleType
Gets the type of this module.
Methods
- GetInstance(IServiceProvider)
Returns an instance of this module.