Package-level declarations

Types

Link copied to clipboard
class KordBuilder(val token: String)
Link copied to clipboard
@KordExperimental
class KordProxyBuilder(var applicationId: Snowflake) : RestOnlyBuilder

The proxy Kord builder. You probably want to invoke the DSL builder instead.

Link copied to clipboard
@KordExperimental
class KordRestOnlyBuilder(var token: String) : RestOnlyBuilder

The rest only Kord builder. You probably want to invoke the DSL builder instead.

Link copied to clipboard
abstract class RestOnlyBuilder

Functions

Link copied to clipboard
operator fun DefaultGateway.Companion.invoke(resources: ClientResources, retry: Retry = LinearRetry(2.seconds, 60.seconds, 10)): DefaultGateway