BotManagerFactory

BotManager 的工厂函数,用于配置并预构建 BotManager 实例。 继承自 PluginFactory.

Parameters

P

目标类型

CONF

配置类型。配置类型应是一个可变类,以便于在 DSL 中进行动态配置。

See also

Types

Link copied to clipboard

用于 BotManagerFactory 在内部整合时的标识类型。

Inherited properties

Link copied to clipboard
abstract val key: PluginFactory.Key

Inherited functions

Link copied to clipboard
open fun create(context: PluginConfigureContext): P
abstract fun create(context: PluginConfigureContext, configurer: ConfigurerFunction<CONF>): P