ChadConfig

data class ChadConfig(botToken: String, databaseFile: String, enableNotificationRoles: Boolean, notificationChannelId: Long, staffHelpChannelId: Long, removedContentChannelId: Long, welcomeChannelId: Long, gameChatChannelId: Long, statusChannelId: Long, serverId: Long, ingameBotRoleId: String, playingMessage: String, commandChar: Char, disableSpoilers: Boolean, notifications: List<NotificationRoleConfig>, fractalDeets: FractalConfig, authorizedDiscordRoles: List<String>, logging: LoggingConfig, botAutomod: AutomodConfig, greetings: List<String>, insults: List<String>)

Properties

Link copied to clipboard
val authorizedDiscordRoles: List<String>
Link copied to clipboard
val botAutomod: AutomodConfig
Link copied to clipboard
val botToken: String
Link copied to clipboard
val commandChar: Char
Link copied to clipboard
val databaseFile: String
Link copied to clipboard
val disableSpoilers: Boolean
Link copied to clipboard
val enableNotificationRoles: Boolean
Link copied to clipboard
val fractalDeets: FractalConfig
Link copied to clipboard
val gameChatChannelId: Long
Link copied to clipboard
val greetings: List<String>
Link copied to clipboard
val ingameBotRoleId: String
Link copied to clipboard
val insults: List<String>
Link copied to clipboard
val logging: LoggingConfig
Link copied to clipboard
val notificationChannelId: Long
Link copied to clipboard
val notifications: List<NotificationRoleConfig>
Link copied to clipboard
val playingMessage: String
Link copied to clipboard
val removedContentChannelId: Long
Link copied to clipboard
val serverId: Long
Link copied to clipboard
val staffHelpChannelId: Long
Link copied to clipboard
val statusChannelId: Long
Link copied to clipboard
val welcomeChannelId: Long