Table of Contents

Method ParseParameterAsync

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

ParseParameterAsync(TConverterContext)

Parses a single parameter from the command context. This method will handle VariadicArgumentAttribute annotated parameters.

public virtual ValueTask<object?> ParseParameterAsync(TConverterContext converterContext)

Parameters

converterContext TConverterContext

The converter context containing all the relevant data for the argument parsing.

Returns

ValueTask<object>