BaseFactory
abstract class BaseFactory<M : BaseQQGuildBotManager> : EventProviderFactory<M, QQGuildBotManagerConfiguration> (source)
由 BaseQQGuildBotManager 的实现者提供的工厂继承使用
Functions
Link copied to clipboard
abstract suspend fun create(eventProcessor: EventProcessor, components: List<Component>, applicationConfiguration: ApplicationConfiguration, configurator: QQGuildBotManagerConfiguration.() -> Unit): M