ChatCommandFailedChecksEvent
data class ChatCommandFailedChecksEvent(val command: ChatCommand<*>, val event: MessageCreateEvent, val reason: Key) : CommandFailedChecksEvent<ChatCommand<*>, MessageCreateEvent>
Event emitted when a chat command's checks fail.