Names

通过名称寻找所有可用的 EventIntents 并合并为最终的 Intents.

{
"type": "nameBased",
"names": ["Guilds", "PublicGuildMessages"]
}

Throws

如果名称没有找到

Constructors

Link copied to clipboard
constructor(names: Set<String>)

Properties

Link copied to clipboard
open override val intents: Intents

配置结果

Link copied to clipboard

继承了 EventIntentsobject 的简单名称,例如 Guilds, 可参考 EventIntentsAggregation.getByName 参考所有可用名称列表。