COUNT_NOT_SUPPORTED

xxxCount 相关API中使用的常量信息,代表不支持此API。

guildCount 为例:

if (bot.guildCount() == SocialRelationsContainer.COUNT_NOT_SUPPORTED) {
// 实际上此bot不支持直接获取 guild 总数量,需要考虑使用 bot.guilds 或其他方式获取。
}