-
It appears that my nickname/role update logs don't work unless the member is cached beforehand. Does anyone have any insight on how to manage this event w/o cache? |
Beta Was this translation helpful? Give feedback.
Answered by
kyranet
May 3, 2021
Replies: 1 comment 5 replies
-
You need the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
DaStormer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need the
GUILD_MEMBERS
intent to receive such packets from Discord, as for the uncached members... you can try fetching all members at start-up (although how you do that, is up to you, be careful you can only send 120 packets/minute/shard, and at least 2 are used for heartbeats).