Factory

object Factory : BotManagerFactory<TestBotManager, TestBotManagerConfiguration>

Properties

Link copied to clipboard
open override val key: BotManagerFactory.Key

Functions

Link copied to clipboard
open fun create(context: PluginConfigureContext): TestBotManager
open override fun create(context: PluginConfigureContext, configurer: ConfigurerFunction<TestBotManagerConfiguration>): TestBotManager