Table of Contents

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 string

The string to convert.

ctx CommandContext

The command context.

Returns

Task<Optional<DiscordChannel>>