Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-component-qq-guild-core
/
love.forte.simbot.component.qguild
/
firstQQGuildBotManagerOrNull
first
QQGuild
Bot
Manager
Or
Null
fun
Iterable
<
Plugin
>
.
firstQQGuildBotManagerOrNull
(
)
:
QQGuildBotManager
?
(
source
)
从中过滤取出所有
QQGuildBotManager
实例。 如果不存在则得到null。
fun
Sequence
<
Plugin
>
.
firstQQGuildBotManagerOrNull
(
)
:
QQGuildBotManager
?
(
source
)
从序列中过滤出
QQGuildBotManager
实例。 如果不存在则得到null。