Method ParseParametersAsync
- Namespace
- DSharpPlus.Commands.Processors
- Assembly
- DSharpPlus.Commands.dll
ParseParametersAsync(TConverterContext)
Parses the arguments provided to the command and returns a prepared command context.
public virtual ValueTask<IReadOnlyDictionary<CommandParameter, object?>> ParseParametersAsync(TConverterContext converterContext)
Parameters
converterContext
TConverterContextThe context used for the argument converters.
Returns
- ValueTask<IReadOnlyDictionary<CommandParameter, object>>
The prepared CommandContext.