Table of Contents

Class BaseCommandContext

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

Base context for handling text-based commands.

public class BaseCommandContext : ICommandContext, IRestMessageContext, IContext
Inheritance
BaseCommandContext
Implements
Derived
Inherited Members

Constructors

BaseCommandContext(Message)

Base context for handling text-based commands.

public BaseCommandContext(Message message)

Parameters

message Message
The message that triggered the command.

Properties

Message

The message that triggered the command.

public Message Message { get; }

Property Value

Message