Table of Contents

Class BaseCommandModule<TContext>

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
public abstract class BaseCommandModule<TContext> where TContext : ICommandContext

Type Parameters

TContext
Inheritance
BaseCommandModule<TContext>
Derived
Inherited Members

Constructors

BaseCommandModule()

protected BaseCommandModule()

Properties

Context

public TContext Context { get; }

Property Value

TContext