BCoroutineScopesConfig

Properties

Link copied to clipboard
abstract val applicationCommandsScope: CoroutineScope
Link copied to clipboard
abstract val commandUpdateScope: CoroutineScope
Link copied to clipboard
abstract val componentScope: CoroutineScope
Link copied to clipboard
abstract val componentTimeoutScope: CoroutineScope
Link copied to clipboard
abstract val eventDispatcherScope: CoroutineScope

Only used for parallel event execution, and for ASYNC run modes.

Link copied to clipboard
abstract val modalScope: CoroutineScope
Link copied to clipboard
abstract val modalTimeoutScope: CoroutineScope
Link copied to clipboard
abstract val paginationTimeoutScope: CoroutineScope
Link copied to clipboard
abstract val textCommandsScope: CoroutineScope