Seperate or ungated GUILD_MEMBER_REMOVE
#7225
Unanswered
randomairborne
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on a bot which collects a small amount of non personally identifying information about users when they're in a server. (a leveling bot). However, I want to be able to remove their data when they leave servers owned by the bot, and I can't do that without an intent that gives me a bunch more access that I really would rather not have. Would it be possible to separate out this privileged intent, or make it an unprivileged intent?
The event structure could also potentially contain a separate field with only the user ID, and the user field could be made nullable and sent only if this intent is enabled.
Beta Was this translation helpful? Give feedback.
All reactions