Table of Contents

Class BaseCommandModule<TContext>

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll

Represents a base module for commands.

public abstract class BaseCommandModule<TContext> where TContext : ICommandContext

Type Parameters

TContext

The 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