Bot Properties
data class BotProperties(val raw: Properties, val name: String?, val description: String?, val url: String?, val version: String?)
A collection of custom bot properties read from a bot.properties file.
Parameters
raw
The full Properties object for additional properties.
name
The name of the bot, retrieved by "name".
description
A description of this bot, retrieved by "description".
url
The repo url of the bot, retrieved by "url".
version
The version of the bot, retrieved by "version".