Table of Contents

Property ExecutionChecks

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

ExecutionChecks

Gets a collection of pre-execution checks for this command.

public IReadOnlyList<CheckBaseAttribute> ExecutionChecks { get; }

Property Value

IReadOnlyList<CheckBaseAttribute>