Method IArgumentConverter<DiscordChannel>.ConvertAsync
- Namespace
- DisCatSharp.CommandsNext.Converters
- Assembly
- DisCatSharp.CommandsNext.dll
IArgumentConverter<DiscordChannel>.ConvertAsync(string, CommandContext)
Converts a string.
Task<Optional<DiscordChannel>> IArgumentConverter<DiscordChannel>.ConvertAsync(string value, CommandContext ctx)
Parameters
value
stringThe string to convert.
ctx
CommandContextThe command context.