RestOnlyBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract var applicationId: Snowflake
Link copied to clipboard

The CoroutineDispatcher kord uses to launch suspending tasks. Dispatchers.Default by default.

Link copied to clipboard

The client used for building Gateways and RequestHandlers. A default implementation will be used when not set.

Functions

Link copied to clipboard
fun build(): Kord
Link copied to clipboard
fun requestHandler(handlerBuilder: (resources: ClientResources) -> RequestHandler)

Configures the RequestHandler for the RestClient.