-
-
Notifications
You must be signed in to change notification settings - Fork 123
docs: add notes about MESSAGE_CONTENT
intent in affected data fields
#556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For API version 10, this is already in effect, so is there a need to specify the date? I do not think so?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MESSAGE_CONTENT
(1 << 15
) will be a privileged intent for verified apps,- this intent is required to receive a non-empty value from this field
I honestly think this doesn't flow smoothly and still doesn't quite make sense for version 10. For version 10, this is already in effect. This isn't a will be, it already is.
For version 10, I would recommend something like this:
The
MESSAGE_CONTENT
(1 << 15
) privileged gateway intent is required for verified applications to receive a non-empty value from this field
For versions before this, I recommend something like this:
The
MESSAGE_CONTENT
(1 << 15
) privileged gateway intent will become required [date here] for verified applications to receive a non-empty value from this field
MESSAGE_CONTENT
intent in affected data fieldsMESSAGE_CONTENT
intent in affected data fields
Please describe the changes this PR makes and why it should be merged:
Adds notes about the
MESSAGE_CONTENT
intent, which will be privileged for verified apps after August 31, 2022.There are affected fields in
APIMessage
, which arecontent
,embeds
,attachments
, andcomponents
.If applicable, please reference Discord API Docs PRs or commits that influenced this PR: