Table of Contents

Method ExecuteCheckAsync

Namespace
DisCatSharp.CommandsNext.Attributes
Assembly
DisCatSharp.CommandsNext.dll

ExecuteCheckAsync(CommandContext, bool)

Executes the a check.

public override Task<bool> ExecuteCheckAsync(CommandContext ctx, bool help)

Parameters

ctx CommandContext

The command context.

help bool

If true, help - returns true.

Returns

Task<bool>