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
valuestringThe string to convert.
ctxCommandContextThe command context.