Sender

data class Sender(username: String, roles: List<String>)

Information about the sender of a command.

Constructors

Link copied to clipboard
fun Sender(username: String, roles: List<String>)

Properties

Link copied to clipboard
val roles: List<String>
Link copied to clipboard
val username: String