Table of Contents

Enum ModuleLifespan

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

Defines lifespan of a command module.

public enum ModuleLifespan
Extension Methods

Fields

Singleton = 0

Defines that this module will be instantiated once.

Transient = 1

Defines that this module will be instantiated every time a containing command is called.