Class BaseApplicationCommandModule<TContext>
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
public class BaseApplicationCommandModule<TContext> where TContext : IApplicationCommandContext
Type Parameters
TContext
- Inheritance
-
BaseApplicationCommandModule<TContext>
- Derived
- Inherited Members
Constructors
BaseApplicationCommandModule()
public BaseApplicationCommandModule()
Properties
Context
public TContext Context { get; }
Property Value
- TContext