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, including if BEventListener.async is enabled, all JDA events are executed sequentially on the same scope as the supplied CoroutineEventManager

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