withPlugins
fun GatewayBootstrap<GatewayOptions>.withPlugins(configureBlock: suspend EventDispatcher.(CoroutineScope) -> Unit): GatewayBootstrap<GatewayOptions>
Content copied to clipboard
Configures the event dispatcher before any events can be received.
fun GatewayBootstrap<GatewayOptions>.withPlugins(configureBlock: suspend GatewayDiscordClient.(CoroutineScope) -> Unit): Mono<Void>
Content copied to clipboard
Configures the gateway client.