Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.bot
/
firstOneBotBotManagerOrNull
first
One
Bot
Bot
Manager
Or
Null
fun
Iterable
<
Plugin
>
.
firstOneBotBotManagerOrNull
(
)
:
OneBotBotManager
?
(
source
)
从中过滤取出所有
OneBotBotManager
实例。 如果不存在则得到null。
fun
Sequence
<
Plugin
>
.
firstOneBotBotManagerOrNull
(
)
:
OneBotBotManager
?
(
source
)
从序列中过滤出
OneBotBotManager
实例。 如果不存在则得到null。