Skip to content
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

Update permissions #6017

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Update permissions #6017

merged 2 commits into from
Mar 31, 2023

Conversation

advaith1
Copy link
Contributor

Updates the permissions table:

  • Updates the name of MANAGE_GUILD_EXPRESSIONS (30, formerly MANAGE_EMOJIS_AND_STICKERS) - hopefully this is the last rename lol (I updated all the references to the new name)
  • Adds permission VIEW_CREATOR_MONETIZATION_ANALYTICS (41)
  • Adds permission USE_SOUNDBOARD (42)

I didn't add CREATE_GUILD_EXPRESSIONS (43) or CREATE_EVENTS (44) because those aren't released yet. (If those get released before this gets merged then I'll add those.) I'm also not documenting soundboard sound management yet because soundboard is still in a small rollout, but the Use Soundboard permission already displays in all servers so I added the permission now.

@shaydewael shaydewael merged commit 1909153 into discord:main Mar 31, 2023
lukellmann pushed a commit to kordlib/kord that referenced this pull request Mar 31, 2023
lukellmann pushed a commit to kordlib/kord that referenced this pull request Mar 31, 2023
zeylahellyer pushed a commit to twilight-rs/twilight that referenced this pull request Apr 2, 2023
Add the new `VIEW_CREATOR_MONETIZATION_ANALYTICS` (1 << 41) and
`USE_SOUNDBOARD` (1 << 42) guild permissions.

Also deprecates the `MANAGE_EMOJIS_AND_STICKERS` (1 << 30) permission
in favor of the renamed `MANAGE_GUILD_EXPRESSIONS` permission.

Discord API Docs reference:
<discord/discord-api-docs#6017>
KubaZ2 added a commit to NetCordDev/NetCord that referenced this pull request Apr 3, 2023
key2peace added a commit to discord-php/DiscordPHP that referenced this pull request May 1, 2023
SQKo pushed a commit to discord-php/DiscordPHP that referenced this pull request Jun 24, 2023
shaydewael added a commit to Jupith/discord-api-docs that referenced this pull request May 14, 2024
* Update permissions

* Update docs/topics/Permissions.md

---------

Co-authored-by: shay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants