diff --git a/guide/Bot/botCount.md b/guide/Bot/botCount.md index 21c9fd9..0e19602 100644 --- a/guide/Bot/botCount.md +++ b/guide/Bot/botCount.md @@ -12,5 +12,9 @@ Returns the amount of bots in your server/guild! +::: danger Warning +This search happen on cached bots only, not the api, therefore it may not be precise unless all the guild members are cached (which only in tier 5). +::: + ##### Function Difficulty: ###### Tags: diff --git a/guide/Member/findMember.md b/guide/Member/findMember.md index f8ff58e..c2b7e23 100644 --- a/guide/Member/findMember.md +++ b/guide/Member/findMember.md @@ -26,6 +26,11 @@ If member is not found: + +::: danger Warning +This search happen on cached users only, not the api, therefore it may not be precise unless all the guild members are cached (which only in tier 5). +::: + ::: tip Related Functions [$authorID](../Member/authorID.md), to get the ID from the author of the command diff --git a/guide/Member/usersInChannel.md b/guide/Member/usersInChannel.md index 15f3635..86d399e 100644 --- a/guide/Member/usersInChannel.md +++ b/guide/Member/usersInChannel.md @@ -18,8 +18,8 @@ returns users in a voice channel or normal channel [$usersWithRole](../Member/usersWithRole.md), to check if the user has sInChannel ::: -::: info Member must be cached! -If you use the main bot the member must be cached to get valid results.You can ignore the message,if you use custom bot! +::: danger Warning +This data comes from the cache, not the api, therefore it may not be precise unless all the guild members are cached (which only in tier 5). ::: ##### Function difficulty: diff --git a/guide/Member/usersWithRole.md b/guide/Member/usersWithRole.md index 1b5bf37..46d1a98 100644 --- a/guide/Member/usersWithRole.md +++ b/guide/Member/usersWithRole.md @@ -27,4 +27,9 @@ $usersWithRole[roleID;separator (optional, default new line);id/username/tag/men LonelyWolf#1234, Stranger#5678 - \ No newline at end of file + + + +::: danger Warning +This data comes from the cache, not the api, therefore it may not be precise unless all the guild members are cached (which only in tier 5). +::: diff --git a/guide/Random/randomMention.md b/guide/Random/randomMention.md index a20583c..4a903de 100644 --- a/guide/Random/randomMention.md +++ b/guide/Random/randomMention.md @@ -14,5 +14,10 @@ Returns a random Mention id from a Mention in the server + +::: danger Warning +This members comes from the cache, so it picks random member from the cached members, unless all the guild members are cached (which only in tier 5). +::: + ##### Function difficulty: ###### Tags: \ No newline at end of file diff --git a/guide/Role/roleMembersCount.md b/guide/Role/roleMembersCount.md index 80b4864..82ba7f5 100644 --- a/guide/Role/roleMembersCount.md +++ b/guide/Role/roleMembersCount.md @@ -2,7 +2,7 @@ Returns the amount of users with given role ID. ::: danger Warning -This data comes from the cache, not the api, therefore it may not be precise unless all the guild members are cached. +This data comes from the cache, not the api, therefore it may not be precise unless all the guild members are cached (which only in tier 5). ::: #### Usage: `$roleMembersCount[roleId]` diff --git a/guide/Server/membersCount.md b/guide/Server/membersCount.md index 381e6fd..e74ef18 100644 --- a/guide/Server/membersCount.md +++ b/guide/Server/membersCount.md @@ -12,5 +12,9 @@ Returns the amount of users in your server/ guild! +::: danger Warning +This data comes from the cache, not the api, therefore it may not be precise unless all the guild members are cached (which only in tier 5). +::: + ##### Function difficulty: ###### Tags: \ No newline at end of file