Table of Contents

Method ExecuteChecksAsync

Namespace
DisCatSharp.ApplicationCommands.Attributes
Assembly
DisCatSharp.ApplicationCommands.dll

ExecuteChecksAsync(BaseContext)

Executes a check.

public override Task<bool> ExecuteChecksAsync(BaseContext ctx)

Parameters

ctx BaseContext

The command context.

Returns

Task<bool>