DiscoveryResult

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

Properties

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