CodeProperties

data class CodeProperties(val library: LibraryProperties, val bot: BotProperties, val startup: Instant = Instant.now())

Container for code properties.

Constructors

Link copied to clipboard
constructor(library: LibraryProperties, bot: BotProperties, startup: Instant = Instant.now())

Properties

Link copied to clipboard

Properties for the current bot.

Link copied to clipboard

Properties for the core library.

Link copied to clipboard

The Instant this bot started.