Table of Contents

Method CreateCommandContext

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

CreateCommandContext(TextConverterContext, MessageCreatedEventArgs, Dictionary<CommandParameter, object?>)

public override TextCommandContext CreateCommandContext(TextConverterContext converterContext, MessageCreatedEventArgs eventArgs, Dictionary<CommandParameter, object?> parsedArguments)

Parameters

converterContext TextConverterContext
eventArgs MessageCreatedEventArgs
parsedArguments Dictionary<CommandParameter, object>

Returns

TextCommandContext