Skip to content

Commit

Permalink
add intents note
Browse files Browse the repository at this point in the history
  • Loading branch information
professor91 committed Sep 18, 2023
1 parent 3df283a commit c0013aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docpages/example_programs/the_basics/using_cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0013aa

Please sign in to comment.