Class BaseCommandModule<TContext>
Represents a base module for commands.
public abstract class BaseCommandModule<TContext> where TContext : ICommandContext
Type Parameters
TContextThe context the invoked commands use.
- Inheritance
-
BaseCommandModule<TContext>
- Derived
- Inherited Members
Constructors
BaseCommandModule()
protected BaseCommandModule()
Properties
Context
The context associated with the invoked command or interaction.
public TContext Context { get; }
Property Value
- TContext