newBuilder

fun newBuilder(manager: CoroutineEventManager = getDefaultManager(), configConsumer: ReceiverConsumer<BConfigBuilder>): BContext(source)

Deprecated

Replaced with the BotCommands entry point

Replace with

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

Creates a new instance of the framework.

See also