COUNT_NOT_SUPPORTED
在 xxxCount
相关API中使用的常量信息,代表不支持此API。
以 guildCount
为例:
if (bot.guildCount() == SocialRelationsContainer.COUNT_NOT_SUPPORTED) {
// 实际上此bot不支持直接获取 guild 总数量,需要考虑使用 bot.guilds 或其他方式获取。
}
Content copied to clipboard
在 xxxCount
相关API中使用的常量信息,代表不支持此API。
以 guildCount
为例:
if (bot.guildCount() == SocialRelationsContainer.COUNT_NOT_SUPPORTED) {
// 实际上此bot不支持直接获取 guild 总数量,需要考虑使用 bot.guilds 或其他方式获取。
}