Bans

data class Bans(val enabled: Boolean = true, val denylist: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, denylist: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Boolean = true