Table of Contents

Method CreateCommandContext

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

CreateCommandContext(InteractionConverterContext, InteractionCreatedEventArgs, Dictionary<CommandParameter, object?>)

public override SlashCommandContext CreateCommandContext(InteractionConverterContext converterContext, InteractionCreatedEventArgs eventArgs, Dictionary<CommandParameter, object?> parsedArguments)

Parameters

converterContext InteractionConverterContext
eventArgs InteractionCreatedEventArgs
parsedArguments Dictionary<CommandParameter, object>

Returns

SlashCommandContext