UnsafeSlashCommandFailedChecksEvent
data class UnsafeSlashCommandFailedChecksEvent(val command: UnsafeSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent, val reason: Key) : SlashCommandFailedChecksEvent<UnsafeSlashCommand<*, *>>
Event emitted when an unsafe slash command's checks fail.
Constructors
Link copied to clipboard
constructor(command: UnsafeSlashCommand<*, *>, event: ChatInputCommandInteractionCreateEvent, reason: Key)