Chad Config
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>)
Content copied to clipboard