Table of Contents

Property DefaultHelpChecks

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

DefaultHelpChecks

Sets the default pre-execution checks for the built-in help command.

Only applicable if default help is enabled.

Defaults to null.

public IEnumerable<CheckBaseAttribute> DefaultHelpChecks { set; }

Property Value

IEnumerable<CheckBaseAttribute>