Method ConvertAsync
- Namespace
- DSharpPlus.Commands.Converters
- Assembly
- DSharpPlus.Commands.dll
ConvertAsync(ConverterContext)
Converts the argument to the desired type.
public Task<Optional<DiscordChannel>> ConvertAsync(ConverterContext context)
Parameters
context
ConverterContextThe context for this conversion.
Returns
- Task<Optional<DiscordChannel>>
An optional containing the converted value, or an empty optional if the conversion failed.