Table of Contents

Class SlashCommandChecksFailedEventArgs

Namespace
DisCatSharp.ApplicationCommands.EventArgs
Assembly
DisCatSharp.ApplicationCommands.dll

Represents arguments for a SlashCommandChecksFailed event.

public class SlashCommandChecksFailedEventArgs : DiscordEventArgs
Inheritance
SlashCommandChecksFailedEventArgs
Inherited Members

Constructors

SlashCommandChecksFailedEventArgs(IServiceProvider)

Initializes a new instance of the SlashCommandChecksFailedEventArgs class.

Properties

Context

The context of the command.

FailedChecks

The checks that failed.