Class TransientCommandModule
- Namespace
- DSharpPlus.CommandsNext.Entities
- Assembly
- DSharpPlus.CommandsNext.dll
Represents a transient command module. This type of module is reinstated on every command call.
public class TransientCommandModule : ICommandModule
- Inheritance
-
objectTransientCommandModule
- Implements
Properties
- ModuleType
Gets the type of this module.
Methods
- GetInstance(IServiceProvider)
Creates a new instance of this module.