AbstractLiveKordEntity
abstract class AbstractLiveKordEntity(val kord: Kord, coroutineScope: CoroutineScope = kord + SupervisorJob(kord.coroutineContext.job)) : LiveKordEntity, CoroutineScope(source)
Inheritors
Constructors
Link copied to clipboard
constructor(kord: Kord, coroutineScope: CoroutineScope = kord + SupervisorJob(kord.coroutineContext.job))
Functions
Link copied to clipboard
inline fun <T : Event> LiveKordEntity.on(scope: CoroutineScope = this, noinline consumer: suspend (T) -> Unit): Job
Link copied to clipboard