Table of Contents

Method CreateCommandContext

Namespace
DSharpPlus.Commands.Processors
Assembly
DSharpPlus.Commands.dll

CreateCommandContext(TConverterContext, TEventArgs, Dictionary<CommandParameter, object?>)

public abstract TCommandContext CreateCommandContext(TConverterContext converterContext, TEventArgs eventArgs, Dictionary<CommandParameter, object?> parsedArguments)

Parameters

converterContext TConverterContext
eventArgs TEventArgs
parsedArguments Dictionary<CommandParameter, object>

Returns

TCommandContext