AutomodConfig

data class AutomodConfig(enableBotAutomod: Boolean, automodChannelId: Long, regexes: List<String>)

Properties

Link copied to clipboard
val automodChannelId: Long
Link copied to clipboard
val enableBotAutomod: Boolean
Link copied to clipboard
val regexes: List<String>