Registry

data class Registry(val message: List<MessageCommand>, val slash: List<BaseSlashCommand>, val user: List<UserCommand>)

Constructors

Link copied to clipboard
constructor(message: List<MessageCommand>, slash: List<BaseSlashCommand>, user: List<UserCommand>)

Types

Link copied to clipboard
object Companion

Properties

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