BotProperties

fun BotProperties(    raw: Properties,     name: String?,     description: String?,     url: String?,     version: String?)

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".