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.bot
/
KookGuildRelation
Kook
Guild
Relation
interface
KookGuildRelation
:
GuildRelation
(
source
)
KookBot
中与频道相关的关系操作。
See also
KookBot.
guild
Relation
Members
Properties
guilds
Link copied to clipboard
abstract
override
val
guilds
:
Collectable
<
KookGuild
>
获取所有的频道服务器序列
Functions
guild
Link copied to clipboard
abstract
suspend override
fun
guild
(
id
:
ID
)
:
KookGuild
?
根据ID寻找指定频道。如果找不到则返回 null。
guild
Count
Link copied to clipboard
abstract
suspend override
fun
guildCount
(
)
:
Int
获取当前bot所处的频道服务器数量。