Factory

object Factory : EventProviderFactory<KookBotManager, KookBotManagerConfiguration>

Functions

Link copied to clipboard
open suspend override fun create(eventProcessor: EventProcessor, components: List<Component>, applicationConfiguration: ApplicationConfiguration, configurator: KookBotManagerConfiguration.() -> Unit): KookBotManager

通过各项配置构建 KookBotManager 实例。

Link copied to clipboard
fun newInstance(eventProcessor: EventProcessor): KookBotManager
fun newInstance(eventProcessor: EventProcessor, configuration: KookBotManagerConfiguration): KookBotManager

Properties

Link copied to clipboard
open override val key: Attribute<KookBotManager>