Enum ModuleLifespan
Defines lifespan of a command module.
Namespace: DSharpPlus.CommandsNext.Attributes
Assembly: cs.temp.dll.dll
Syntax
public enum ModuleLifespan
Fields
Name | Description |
---|---|
Singleton | Defines that this module will be instantiated once. |
Transient | Defines that this module will be instantiated every time a containing command is called. |