From c0013aac86043eb5c4c68775a639e8dff6f92641 Mon Sep 17 00:00:00 2001 From: professor91 Date: Mon, 18 Sep 2023 18:23:56 +0530 Subject: [PATCH] add intents note --- docpages/example_programs/the_basics/using_cache.md | 2 ++ 1 file changed, 2 insertions(+) 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