Simple Robot 组件 | KOOK
Toggle table of contents
4.1.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-core
/
love.forte.simbot.component.kook
/
firstKookBotManager
first
Kook
Bot
Manager
inline
fun
Sequence
<
Plugin
>
.
firstKookBotManager
(
)
:
KookBotManager
(
source
)
从一个
Plugin
序列中寻找第一个的
KookBotManager
。
Throws
No
Such
Element
Exception
当找不到时
inline
fun
Iterable
<
Plugin
>
.
firstKookBotManager
(
)
:
KookBotManager
(
source
)
从一个
Plugin
列表中过滤寻找第一个的
KookBotManager
。
Throws
No
Such
Element
Exception
当找不到时