customKordBuilder
fun customKordBuilder(builder: suspend (token: String, builder: suspend KordBuilder.() -> Unit) -> Kord)
Function allowing you to specify a callable that constructs and returns a Kord instance. This can be used to specify your own Kord subclass, if you need to - but shouldn't be a replacement for registering a kord configuration builder.
See also
Kord