simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-stdlib
/
love.forte.simbot.tencentguild
/
TencentGuildBotConfiguration
/
intentsForShardFactoryAsInt
intents
For
Shard
Factory
As
Int
inline
fun
intentsForShardFactoryAsInt
(
crossinline
factory
:
(
Int
)
->
Int
)
根据一个分片信息,得到这个分片下需要监听的事件类型。
相对于直接配置
intentsForShardFactory
, 此方法的配置中,其返回值是
Int
而不是
Intents
。
See also
Tencent
Guild
Bot
Configuration.
intents
For
Shard
Factory