Companion

Entry point for the BotCommands framework.

See also

Functions

Link copied to clipboard
fun newBuilder(manager: CoroutineEventManager = getDefaultManager(), configConsumer: ReceiverConsumer<BConfigBuilder>): BContext

Creates a new instance of the framework.

Link copied to clipboard
@JvmName(name = "newBuilder")
fun newBuilderJava(configConsumer: ReceiverConsumer<BConfigBuilder>): BContext

Creates a new instance of the framework.