newBuilderJava

@JvmName(name = "newBuilder")
fun newBuilderJava(configConsumer: ReceiverConsumer<BConfigBuilder>): BContext(source)

Deprecated

Replaced with the BotCommands entry point

Replace with

import io.github.freya022.botcommands.api.core.BotCommands
BotCommands.create(configConsumer)

Creates a new instance of the framework.

See also