Package me. jakejmattson. discordkt
Types
Link copied to clipboard
data class BotProperties( val raw: Properties, val name: String?, val description: String?, val url: String?, val version: String?)
Content copied to clipboard
A collection of custom bot properties read from a bot.properties file.
Link copied to clipboard
data class CodeProperties( val library: LibraryProperties, val bot: BotProperties, val startup: Instant = Instant.now())
Content copied to clipboard
Container for code properties.
Link copied to clipboard
data class LibraryProperties( val version: String, val kotlin: String, val kord: String)
Content copied to clipboard
A collection of library properties read from internal library.properties file.