Code Properties
data class CodeProperties( val library: LibraryProperties, val bot: BotProperties, val startup: Instant = Instant.now())
Content copied to clipboard
Container for code properties.
Constructors
Link copied to clipboard
fun CodeProperties( library: LibraryProperties, bot: BotProperties, startup: Instant = Instant.now())
Content copied to clipboard