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