QGBotComponentConfiguration

BotConfiguration 的基础上提供更多额外的、针对于组件实现的配置信息。

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var botConfigure: ConfigurerFunction<ConfigurableBotConfiguration>?

得到 QQGuild Bot 使用的配置。

Link copied to clipboard

缓存相关配置。 如果设置为 null 或设置 CacheConfig.enable = false 则代表禁用所有缓存。

Functions

Link copied to clipboard
fun botConfig(block: ConfigurerFunction<ConfigurableBotConfiguration>)

使用 block 与当前 botConfigure 组合。