KookBotConfiguration

class KookBotConfiguration(var botConfiguration: BotConfiguration)(source)

KOOK 组件中对 KookBot 的配置信息。

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(botConfiguration: BotConfiguration)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class GuildSyncPeriod(val syncPeriod: Long, val batchDelay: Long = 0)

对频道服务器进行同步的周期信息。

Link copied to clipboard
data class SyncPeriods(val guild: KookBotConfiguration.GuildSyncPeriod = GuildSyncPeriod())

内部缓存对象信息的同步周期信息。

Properties

Link copied to clipboard

用于提供给标准库 love.forte.simbot.kook.stdlib.Bot 的bot配置信息

Link copied to clipboard

内部缓存对象信息的同步周期。