Table of Contents

Method ExecuteCommandAsync

Namespace
DisCatSharp.CommandsNext
Assembly
DisCatSharp.CommandsNext.dll

ExecuteCommandAsync(CommandContext)

Executes specified command from given context.

public Task ExecuteCommandAsync(CommandContext ctx)

Parameters

ctx CommandContext

Context to execute command from.

Returns

Task