Class SingletonCommandModule
- Namespace
- DSharpPlus.CommandsNext.Entities
- Assembly
- DSharpPlus.CommandsNext.dll
Represents a singleton command module. This type of module is instantiated only when created.
public class SingletonCommandModule : ICommandModule
- Inheritance
-
objectSingletonCommandModule
- Implements
Properties
- Instance
Gets this module's instance.
- ModuleType
Gets the type of this module.
Methods
- GetInstance(IServiceProvider)
Returns the instance of this module.