Table of Contents

Method ExecuteConverterAsync

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

ExecuteConverterAsync<T>(ISlashArgumentConverter, InteractionConverterContext, InteractionCreatedEventArgs)

Executes an argument converter on the specified context.

protected override ValueTask<IOptional> ExecuteConverterAsync<T>(ISlashArgumentConverter converter, InteractionConverterContext converterContext, InteractionCreatedEventArgs eventArgs)

Parameters

converter ISlashArgumentConverter
converterContext InteractionConverterContext
eventArgs InteractionCreatedEventArgs

Returns

ValueTask<IOptional>

Type Parameters

T