Make VOICE_STATE_UPDATE a privileged intent #6267
Replies: 2 comments 8 replies
-
Voice state updates are the only source for a user's status in a voice channel. Bots rely on these to know whether a user is muted or deafened or connected to a channel. What about that is sensitive or used illegitimately? |
Beta Was this translation helpful? Give feedback.
6 replies
-
where did you get that from? there are only three privileged intents, and that's been the case for several months/years already |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord has made many intents privileged over the past few weeks. While some of them are obscure, the vast majority of them are for good reason.
While message content, the last largely controversial now-privileged intent, provided a minor degradation of the usability of the Discord API, it was made privileged to protect the privacy of users.
VOICE_STATE_UPDATE is a similar intent. It provides even more sensitive information. From my calculations, making it privileged would have an even smaller impact on the developer community than message content did. As nearly every discord bot does not use the VOICE_STATE_UPDATE intent for a legitimate purpose, I see no reason to keep it unrestricted.
Beta Was this translation helpful? Give feedback.
All reactions