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