DiscoveryResult

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

Constructors

Link copied to clipboard
constructor(elapsedTime: Long, commands: List<BaseSlashCommand>)

Properties

Link copied to clipboard
Link copied to clipboard