Uses of Class
com.github.alex1304.ultimategdbot.api.BotConfig
-
Packages that use BotConfig Package Description com.github.alex1304.ultimategdbot.api -
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return BotConfig Modifier and Type Method Description BotConfig
BotConfig.Builder. build()
Builds aBotConfig
with the configured values.BotConfig
Bot. config()
Gets the config of the bot.BotConfig
SimpleBot. config()
Methods in com.github.alex1304.ultimategdbot.api with parameters of type BotConfig Modifier and Type Method Description static SimpleBot
SimpleBot. create(BotConfig config)
Creates a newSimpleBot
using the given config.
-