diff --git a/docpages/example_programs/the_basics/using_cache.md b/docpages/example_programs/the_basics/using_cache.md index f2768df6b0..8b578720f1 100644 --- a/docpages/example_programs/the_basics/using_cache.md +++ b/docpages/example_programs/the_basics/using_cache.md @@ -2,6 +2,8 @@ Sometimes you may need information that is not directly available in the event callback object. +@note As of August 30th, 2022, Discord made Guild Members a privileged intent. You must have GUILD_MEMBERS intent enabled for your app from discord developers portal to be able to look for members in cache. + To handle this DPP maintains a cache of commonly used data for you. Below is an example showing how to get a user from the cache