-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(model): add 2 new guild permissions, rename 1
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>
- Loading branch information
1 parent
727867d
commit 78fffa1
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters