DiscoveryResult

data class DiscoveryResult(val elapsedTime: Long, val slashCommands: List<BaseSlashCommand>, val userCommands: List<UserCommand>, val messageCommands: List<MessageCommand>)

Constructors

Link copied to clipboard
constructor(elapsedTime: Long, slashCommands: List<BaseSlashCommand>, userCommands: List<UserCommand>, messageCommands: List<MessageCommand>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard