DiscoveryResult

data class DiscoveryResult(elapsedTime: Long, commands: List<BaseSlashCommand>)

Properties

commands
Link copied to clipboard
val commands: List<BaseSlashCommand>
elapsedTime
Link copied to clipboard
val elapsedTime: Long