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