simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-core
/
love.forte.simbot.component.kook
/
KookComponentBotConfiguration
Kook
Component
Bot
Configuration
class
KookComponentBotConfiguration
(
var
botConfiguration
:
KookBotConfiguration
)
组件bot所使用的额外拓展配置类,应用于
KookBotManager
中。
Author
ForteScarlet
Types
Constructors
Properties
Constructors
Kook
Component
Bot
Configuration
Link copied to clipboard
fun
KookComponentBotConfiguration
(
botConfiguration
:
KookBotConfiguration
)
Types
Sync
Periods
Link copied to clipboard
data
class
SyncPeriods
(
val
guildSyncPeriod
:
Long
,
val
batchDelay
:
Long
=
0
)
内部缓存对象信息的同步周期信息。
Properties
bot
Configuration
Link copied to clipboard
var
botConfiguration
:
KookBotConfiguration
sync
Periods
Link copied to clipboard
var
syncPeriods
:
KookComponentBotConfiguration.SyncPeriods
内部缓存对象信息的同步周期。