-
Hello I'm having trouble retrieving a list of members from a given role. I really don't understand, looks like black magic to me, is it a permission issue ? Any help/tricks/tips would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See #5867. To further elaborate: Discord recently released a mandatory update to their gateway requiring the usage of gateway intents. You can find documentation on this here. Member related events will no longer work due to this change by default. Since these are privileged intents you need to both enable it in your portal and in your code. For more info see the "Where’d my members go?" section in the documentation. |
Beta Was this translation helpful? Give feedback.
See #5867.
To further elaborate:
Discord recently released a mandatory update to their gateway requiring the usage of gateway intents. You can find documentation on this here.
Member related events will no longer work due to this change by default. Since these are privileged intents you need to both enable it in your portal and in your code. For more info see the "Where’d my members go?" section in the documentation.