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