new Builder
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
Content copied to clipboard
BotCommands.create(manager, configConsumer)
Content copied to clipboard
Creates a new instance of the framework.